Skip to content

Commit c14d399

Browse files
committed
[rb] stop running flaky file upload tests on GitHub in Safari
No obvious race condition to wait for on the client side
1 parent ca25271 commit c14d399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/remote/element_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
module Selenium
2323
module WebDriver
24-
describe Element, exclusive: {driver: :remote} do
24+
describe Element, exclusive: {driver: :remote}, flaky: {browser: :safari, ci: :github} do
2525
before do
2626
driver.file_detector = ->(filename) { File.join(__dir__, filename) }
2727
end

0 commit comments

Comments
 (0)