Skip to content

Commit afa349a

Browse files
committed
[rb] mark minimizing test as flaky
1 parent 194b060 commit afa349a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rb/spec/integration/selenium/webdriver/window_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ module WebDriver
125125
end
126126

127127
it 'can minimize the window', except: [{browser: %i[chrome edge], headless: true},
128-
{browser: :safari, ci: :github}] do
128+
{browser: :safari, ci: :github}],
129+
flaky: {browser: :chrome, platform: :macos, ci: :github} do
129130
window.minimize
130131
expect {
131132
wait.until { driver.execute_script('return document.hidden;') }

0 commit comments

Comments
 (0)