Skip to content

Commit 0ca7542

Browse files
committed
Ignoring a test broken in HtmlUnit
1 parent 385ab99 commit 0ca7542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@ public void testShouldNotTypeIntoElementsThatPreventKeyDownEvents() {
672672
}
673673

674674
@JavascriptEnabled
675-
@Ignore(value = {ANDROID, IPHONE, PHANTOMJS, MARIONETTE},
676-
reason = "not tested")
675+
@Ignore(value = {ANDROID, IPHONE, PHANTOMJS, MARIONETTE, HTMLUNIT},
676+
reason = "HtmlUnit: failure, others: not tested")
677677
@Test
678678
public void testGenerateKeyPressEventEvenWhenElementPreventsDefault() {
679679
assumeFalse(isFirefox(driver) && getFirefoxVersion(driver) < 25);

0 commit comments

Comments
 (0)