From 1cab657d4e251b869d488ca02e7930feb156c392 Mon Sep 17 00:00:00 2001 From: Jason Leyba Date: Wed, 11 Dec 2013 09:59:06 -0800 Subject: [PATCH] Suppress a test that is broken in the latest Firefox. Update issue 6711 --- java/client/test/org/openqa/selenium/TypingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/client/test/org/openqa/selenium/TypingTest.java b/java/client/test/org/openqa/selenium/TypingTest.java index e97672706205b..50effecaa27c1 100644 --- a/java/client/test/org/openqa/selenium/TypingTest.java +++ b/java/client/test/org/openqa/selenium/TypingTest.java @@ -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));