Skip to content

Commit 83b2f61

Browse files
mozipostmodern
mozi
authored andcommitted
Disable the Web::Screenshot#process spec when running under GitHub Actions
1 parent d65841d commit 83b2f61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: spec/builtin/web/screenshot_spec.rb

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
end
2323

2424
it "must visit a website and take a screenshot of it" do
25+
skip "GitHub Actions causes the Ferrum process to timeout sometimes" if ENV['CI']
2526
subject.process(url)
2627

2728
expect(File.exist?(path)).to be(true)

0 commit comments

Comments
 (0)