Skip to content

Commit d9a312c

Browse files
committed
[java] ignore firefox test for bug
1 parent ed638af commit d9a312c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public void testSetsTheSizeOfTheCurrentWindowFromIframe() {
7777
}
7878

7979
@Test
80+
@Ignore(value = FIREFOX, gitHubActions = true, issue = "https://github.com/mozilla/geckodriver/issues/2042")
8081
public void testGetsThePositionOfTheCurrentWindow() {
8182
// Window position is undefined on ANDROID (and most mobile platforms
8283
// though others aren't defined in org.openqa.selenium.Platform).

0 commit comments

Comments
 (0)