From bf81e77998ba1cf2052e40483e94f6ac8b442581 Mon Sep 17 00:00:00 2001 From: Alexei Barantsev Date: Mon, 5 Nov 2018 20:10:14 +0300 Subject: [PATCH] [java] Ignoring a test that should be run in legacy Firefox only --- .../test/org/openqa/selenium/firefox/FirefoxDriverTest.java | 1 + 1 file changed, 1 insertion(+) 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()