We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f6699 commit 0d45561Copy full SHA for 0d45561
java/client/test/org/openqa/selenium/remote/W3CRemoteDriverTest.java
@@ -25,6 +25,7 @@
25
import static org.junit.Assume.assumeNotNull;
26
import static org.openqa.selenium.json.Json.MAP_TYPE;
27
28
+import org.junit.Ignore;
29
import org.junit.Test;
30
import org.openqa.selenium.Capabilities;
31
import org.openqa.selenium.ImmutableCapabilities;
@@ -274,6 +275,7 @@ public void shouldDetectDriverServicesAndUseThoseIfNoOtherChoiceMade() {
274
275
}
276
277
@Test
278
+ @Ignore
279
public void shouldPreferMarionette() {
280
// Make sure we have at least one of the services available
281
Capabilities caps = new FirefoxOptions();
0 commit comments