Skip to content

Commit

Permalink
[rb] mark minimizing test as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Nov 6, 2023
1 parent 194b060 commit afa349a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rb/spec/integration/selenium/webdriver/window_spec.rb
Expand Up @@ -125,7 +125,8 @@ module WebDriver
end

it 'can minimize the window', except: [{browser: %i[chrome edge], headless: true},
{browser: :safari, ci: :github}] do
{browser: :safari, ci: :github}],
flaky: {browser: :chrome, platform: :macos, ci: :github} do
window.minimize
expect {
wait.until { driver.execute_script('return document.hidden;') }
Expand Down

0 comments on commit afa349a

Please sign in to comment.