Skip to content

Commit 0d45561

Browse files
committed
[java] Temporarily ignoring a test that fails on travis
See #7660
1 parent 69f6699 commit 0d45561

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/client/test/org/openqa/selenium/remote/W3CRemoteDriverTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import static org.junit.Assume.assumeNotNull;
2626
import static org.openqa.selenium.json.Json.MAP_TYPE;
2727

28+
import org.junit.Ignore;
2829
import org.junit.Test;
2930
import org.openqa.selenium.Capabilities;
3031
import org.openqa.selenium.ImmutableCapabilities;
@@ -274,6 +275,7 @@ public void shouldDetectDriverServicesAndUseThoseIfNoOtherChoiceMade() {
274275
}
275276

276277
@Test
278+
@Ignore
277279
public void shouldPreferMarionette() {
278280
// Make sure we have at least one of the services available
279281
Capabilities caps = new FirefoxOptions();

0 commit comments

Comments
 (0)