Skip to content

Commit 64c68bb

Browse files
committed
Ignoring failing htmlunit tests
1 parent 571031f commit 64c68bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/client/test/org/openqa/selenium/ProxySettingTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public void canConfigureManualHttpProxy() {
104104
assertTrue("Proxy should have been called", proxyServer.hasBeenCalled("simpleTest.html"));
105105
}
106106

107-
@Ignore(value = {ANDROID, IPHONE, OPERA_MOBILE, PHANTOMJS, SAFARI},
107+
@Ignore(value = {ANDROID, IPHONE, OPERA_MOBILE, PHANTOMJS, SAFARI, HTMLUNIT},
108108
reason = "Android/Iphone/PhantomJS - not tested,"
109109
+ "Opera mobile/Safari - not implemented")
110110
@NeedsLocalEnvironment
@@ -131,7 +131,7 @@ public void canConfigureProxyThroughPACFile() {
131131
"Hello, world!", driver.findElement(By.tagName("h3")).getText());
132132
}
133133

134-
@Ignore(value = {ANDROID, IPHONE, OPERA_MOBILE, PHANTOMJS, SAFARI},
134+
@Ignore(value = {ANDROID, IPHONE, OPERA_MOBILE, PHANTOMJS, SAFARI, HTMLUNIT},
135135
reason = "Android/Iphone/PhantomJS - not tested,"
136136
+ "Opera mobile/Safari - not implemented")
137137
@NeedsLocalEnvironment

0 commit comments

Comments
 (0)