diff --git a/rb/spec/integration/selenium/webdriver/window_spec.rb b/rb/spec/integration/selenium/webdriver/window_spec.rb index 3b820f801be75..5d01db255da4a 100644 --- a/rb/spec/integration/selenium/webdriver/window_spec.rb +++ b/rb/spec/integration/selenium/webdriver/window_spec.rb @@ -124,8 +124,7 @@ module WebDriver expect(new_size.height).to be > old_size.height end - it 'can minimize the window', except: [{browser: %i[chrome edge], headless: true}, - {browser: :safari, ci: :github}], + it 'can minimize the window', except: [{browser: %i[chrome edge], headless: true}], flaky: {browser: :chrome, platform: %i[macosx linux], ci: :github} do window.minimize expect {