Skip to content

Commit b12ff65

Browse files
rbribarancev
authored andcommitted
Ignoring the test that still fails with HtmlUnit 2.16
Signed-off-by: Alexei Barantsev <[email protected]>
1 parent 698dc42 commit b12ff65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: java/client/test/org/openqa/selenium/CookieImplementationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ public void testRetainsCookieSecure() {
403403
assertTrue(retrieved.isSecure());
404404
}
405405

406-
@Ignore(value = {CHROME, FIREFOX, IE, PHANTOMJS, SAFARI})
406+
@Ignore(value = {CHROME, FIREFOX, IE, HTMLUNIT, PHANTOMJS, SAFARI})
407407
@Test
408408
public void testRetainsHttpOnlyFlag() {
409409
Cookie addedCookie =

0 commit comments

Comments
 (0)