Skip to content

Commit

Permalink
Ignoring failing htmlunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Dec 13, 2013
1 parent 571031f commit 64c68bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/client/test/org/openqa/selenium/ProxySettingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void canConfigureManualHttpProxy() {
assertTrue("Proxy should have been called", proxyServer.hasBeenCalled("simpleTest.html"));
}

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

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

0 comments on commit 64c68bb

Please sign in to comment.