Skip to content

Commit bf81e77

Browse files
committed
[java] Ignoring a test that should be run in legacy Firefox only
1 parent d6daaa0 commit bf81e77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java/client/test/org/openqa/selenium/firefox/FirefoxDriverTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ public void shouldBeAbleToStartANamedProfile() {
293293
}
294294

295295
@Test(timeout = 60000)
296+
@Ignore(MARIONETTE)
296297
public void shouldBeAbleToStartANewInstanceEvenWithVerboseLogging() {
297298
FirefoxBinary binary = new FirefoxBinary();
298299
XpiDriverService service = new XpiDriverService.Builder()

0 commit comments

Comments
 (0)