Skip to content

Commit 825c560

Browse files
committed
[java] Ignoring a test that fails in GitHub Actions environment
1 parent 037da2f commit 825c560

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/client/test/org/openqa/selenium/WindowTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public void testCanMaximizeTheWindowFromIframe() {
163163
}
164164

165165
@Test
166-
@Ignore(travis = true)
166+
@Ignore(travis = true, gitHubActions = true)
167167
public void canMinimizeTheWindow() {
168168
// Browser window cannot be resized or moved on ANDROID (and most mobile platforms
169169
// though others aren't defined in org.openqa.selenium.Platform).

0 commit comments

Comments
 (0)