Skip to content

Commit

Permalink
ignore IME test for htmlunit
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Oct 19, 2016
1 parent e3d4768 commit 9717494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/I18nTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public void testShouldBeAbleToActivateIMEEngine() throws InterruptedException {
+ " It was:" + elementValue, elementValue.equals(tokyo));
}

@Ignore(value = {IE, CHROME, FIREFOX})
@Ignore(value = {IE, CHROME, FIREFOX, HTMLUNIT})
@Test
public void testShouldBeAbleToInputJapanese() {
assumeTrue("IME is supported on Linux only.",
Expand Down

0 comments on commit 9717494

Please sign in to comment.