Skip to content

Commit

Permalink
[java] Unignoring a passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jul 13, 2019
1 parent 92108dd commit 17cf4a8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,6 @@ public void shouldHandleObjectThatThatHaveToJSONMethod() {
}

@Test(timeout = 10000)
@Ignore(CHROME)
@Ignore(CHROMIUMEDGE)
@Ignore(value = IE, issue = "540")
@Ignore(HTMLUNIT)
public void shouldHandleRecursiveStructures() {
driver.get(pages.simpleTestPage);
Expand Down

0 comments on commit 17cf4a8

Please sign in to comment.