Skip to content

Commit 825c560

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)