diff --git a/java/client/test/org/openqa/selenium/firefox/FirefoxDriverTest.java b/java/client/test/org/openqa/selenium/firefox/FirefoxDriverTest.java index 07cee3500ef30..cf0187ece777a 100644 --- a/java/client/test/org/openqa/selenium/firefox/FirefoxDriverTest.java +++ b/java/client/test/org/openqa/selenium/firefox/FirefoxDriverTest.java @@ -293,6 +293,7 @@ public void shouldBeAbleToStartANamedProfile() { } @Test(timeout = 60000) + @Ignore(MARIONETTE) public void shouldBeAbleToStartANewInstanceEvenWithVerboseLogging() { FirefoxBinary binary = new FirefoxBinary(); XpiDriverService service = new XpiDriverService.Builder()