Skip to content

Commit

Permalink
Ignoring the test that still fails with HtmlUnit 2.16
Browse files Browse the repository at this point in the history
Signed-off-by: Alexei Barantsev <barancev@gmail.com>
  • Loading branch information
rbri authored and barancev committed May 5, 2015
1 parent 698dc42 commit b12ff65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ public void testRetainsCookieSecure() {
assertTrue(retrieved.isSecure());
}

@Ignore(value = {CHROME, FIREFOX, IE, PHANTOMJS, SAFARI})
@Ignore(value = {CHROME, FIREFOX, IE, HTMLUNIT, PHANTOMJS, SAFARI})
@Test
public void testRetainsHttpOnlyFlag() {
Cookie addedCookie =
Expand Down

0 comments on commit b12ff65

Please sign in to comment.