Skip to content

Commit

Permalink
[rb] stop running flaky file upload tests on GitHub in Safari
Browse files Browse the repository at this point in the history
No obvious race condition to wait for on the client side
  • Loading branch information
titusfortner committed Oct 30, 2023
1 parent ca25271 commit c14d399
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@

module Selenium
module WebDriver
describe Element, exclusive: {driver: :remote} do
describe Element, exclusive: {driver: :remote}, flaky: {browser: :safari, ci: :github} do
before do
driver.file_detector = ->(filename) { File.join(__dir__, filename) }
end
Expand Down

0 comments on commit c14d399

Please sign in to comment.