Skip to content

Commit 5c278d6

Browse files
committed
HtmlUnit: disabling broken tests
1 parent 5986687 commit 5c278d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

104-
@Ignore(value = {PHANTOMJS, SAFARI},
104+
@Ignore(value = {PHANTOMJS, SAFARI, HTMLUNIT},
105105
reason = "PhantomJS - not tested, Safari - not implemented")
106106
@NeedsLocalEnvironment
107107
@Test
@@ -127,7 +127,7 @@ public void canConfigureProxyThroughPACFile() {
127127
"Hello, world!", driver.findElement(By.tagName("h3")).getText());
128128
}
129129

130-
@Ignore(value = {PHANTOMJS, SAFARI},
130+
@Ignore(value = {PHANTOMJS, SAFARI, HTMLUNIT},
131131
reason = "PhantomJS - not tested, Safari - not implemented")
132132
@NeedsLocalEnvironment
133133
@Test

java/client/test/org/openqa/selenium/interactions/CombinedInputActionsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class CombinedInputActionsTest extends JUnit4TestBase {
6363

6464
@JavascriptEnabled
6565
@Test
66-
@Ignore({CHROME, IE, FIREFOX, PHANTOMJS})
66+
@Ignore({CHROME, IE, FIREFOX, PHANTOMJS, HTMLUNIT})
6767
public void testPlainClickingOnMultiSelectionList() {
6868
driver.get(pages.formSelectionPage);
6969

0 commit comments

Comments
 (0)