Skip to content

Commit

Permalink
Suppress a test that is broken in the latest Firefox.
Browse files Browse the repository at this point in the history
Update issue 6711
  • Loading branch information
jleyba committed Dec 11, 2013
1 parent 19a7c2a commit 1cab657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/TypingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ public void testTypingIntoAnIFrameWithContentEditableOrDesignModeSet() {
}

@JavascriptEnabled
@Ignore(value = {HTMLUNIT, OPERA, ANDROID, OPERA_MOBILE, MARIONETTE})
@Ignore(value = {FIREFOX, HTMLUNIT, OPERA, ANDROID, OPERA_MOBILE, MARIONETTE}, issues = {6711})
@Test
public void testNonPrintableCharactersShouldWorkWithContentEditableOrDesignModeSet() {
assumeFalse("not tested on mac", getEffectivePlatform().is(Platform.MAC));
Expand Down

0 comments on commit 1cab657

Please sign in to comment.