This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 83e19e4  Cannot fix; suppress again
83e19e4 is described below

commit 83e19e4c6aab4edb1e751aaf1af13b5fbb164e2d
Author: Sebb <[email protected]>
AuthorDate: Sun Mar 27 00:13:06 2022 +0000

    Cannot fix; suppress again
---
 www/board/agenda/spec/navigate_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/spec/navigate_spec.rb 
b/www/board/agenda/spec/navigate_spec.rb
index 4707eb0..9de520d 100644
--- a/www/board/agenda/spec/navigate_spec.rb
+++ b/www/board/agenda/spec/navigate_spec.rb
@@ -8,7 +8,7 @@ feature 'navigation', js: true do
   it "should navigate to the Cocoon report and back" do
     skip "headless browser test not run on Travis" if ENV['TRAVIS']
     # Looks like chromedriver cannot cope for some reason
-    # skip "headless browser test not run under GitHub Actions" if 
ENV['GITHUB_ACTIONS']
+    skip "headless browser test not run under GitHub Actions" if 
ENV['GITHUB_ACTIONS']
 
     visit '/2015-02-18/Clerezza'
     expect(page).to have_selector '.navbar-fixed-top.reviewed .navbar-brand',

Reply via email to