Skip to content

Commit

Permalink
Disabling a test in Chrome, it uses legacy (string) format for noProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 11, 2018
1 parent d1a4c2b commit cc81077
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.openqa.selenium.remote.CapabilityType.PROXY;
import static org.openqa.selenium.testing.Driver.CHROME;
import static org.openqa.selenium.testing.Driver.SAFARI;

import com.google.common.base.Joiner;
Expand All @@ -35,6 +36,7 @@
import org.openqa.selenium.testing.Ignore;
import org.openqa.selenium.testing.JUnit4TestBase;
import org.openqa.selenium.testing.NeedsLocalEnvironment;
import org.openqa.selenium.testing.NotYetImplemented;
import org.openqa.selenium.testing.ProxyServer;
import org.openqa.selenium.testing.drivers.WebDriverBuilder;
import org.seleniumhq.jetty9.server.Handler;
Expand Down Expand Up @@ -89,6 +91,7 @@ public void canConfigureManualHttpProxy() {

@Test
@Ignore(SAFARI)
@NotYetImplemented(CHROME)
@NeedsLocalEnvironment
public void canConfigureNoProxy() {
Proxy proxyToUse = proxyServer.asProxy();
Expand Down

0 comments on commit cc81077

Please sign in to comment.