Skip to content

Commit

Permalink
[java] Ignoring a proxy-related test that fails on travis for an unkn…
Browse files Browse the repository at this point in the history
…own reason
  • Loading branch information
barancev committed Sep 5, 2019
1 parent 580401d commit f5bab2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/client/test/org/openqa/selenium/ProxySettingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import static org.openqa.selenium.remote.CapabilityType.PROXY;
import static org.openqa.selenium.testing.drivers.Browser.CHROME;
import static org.openqa.selenium.testing.drivers.Browser.EDGE;
import static org.openqa.selenium.testing.drivers.Browser.MARIONETTE;
import static org.openqa.selenium.testing.drivers.Browser.SAFARI;

import com.google.common.base.Joiner;
Expand Down Expand Up @@ -145,6 +146,7 @@ public void canConfigureProxyThroughPACFile() {
@NoDriverBeforeTest
@NoDriverAfterTest
@Ignore(EDGE)
@Ignore(value = MARIONETTE, travis = true)
@Ignore(value = CHROME, reason = "Flaky")
public void canUsePACThatOnlyProxiesCertainHosts() {
Server helloServer = createSimpleHttpServer(
Expand Down

0 comments on commit f5bab2c

Please sign in to comment.