Skip to content

Commit e775891

Browse files
committed
Ignoring the failing test
1 parent 12f9197 commit e775891

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
package org.openqa.selenium.firefox;
1919

2020
import static org.openqa.selenium.testing.Driver.FIREFOX;
21+
import static org.openqa.selenium.testing.Driver.MARIONETTE;
2122

2223
import org.junit.After;
2324
import org.junit.Test;
@@ -40,6 +41,7 @@ public void quitDriver() {
4041
}
4142

4243
@Test
44+
@Ignore(MARIONETTE)
4345
public void shouldUseFirefoxOptions() throws InterruptedException {
4446
DesiredCapabilities caps = new FirefoxOptions()
4547
.addPreference("browser.startup.page", 1)

0 commit comments

Comments
 (0)