We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037da2f commit 825c560Copy full SHA for 825c560
java/client/test/org/openqa/selenium/WindowTest.java
@@ -163,7 +163,7 @@ public void testCanMaximizeTheWindowFromIframe() {
163
}
164
165
@Test
166
- @Ignore(travis = true)
+ @Ignore(travis = true, gitHubActions = true)
167
public void canMinimizeTheWindow() {
168
// Browser window cannot be resized or moved on ANDROID (and most mobile platforms
169
// though others aren't defined in org.openqa.selenium.Platform).
0 commit comments