Skip to content

Commit 1bd61c0

Browse files
committed
Ignoring just added tests in marionette
1 parent 30ebe6e commit 1bd61c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ public void testSendingKeysToAnotherElementShouldCauseTheBlurEventToFire() {
280280
}
281281

282282
@Test
283+
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/906")
283284
public void testSendingKeysToAnotherElementShouldCauseTheBlurEventToFireInNonTopmostWindow() {
284285
assumeFalse(browserNeedsFocusOnThisOs(driver));
285286

0 commit comments

Comments
 (0)