Skip to content

Commit

Permalink
Ignoring failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 28, 2017
1 parent 95f2515 commit 18791bd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import static org.junit.Assume.assumeTrue;
import static org.openqa.selenium.testing.Driver.ALL;
import static org.openqa.selenium.testing.Driver.CHROME;
import static org.openqa.selenium.testing.Driver.FIREFOX;
import static org.openqa.selenium.testing.Driver.HTMLUNIT;
import static org.openqa.selenium.testing.Driver.IE;
import static org.openqa.selenium.testing.Driver.MARIONETTE;
Expand Down Expand Up @@ -558,6 +559,7 @@ public void shouldReturnDocumentElementIfDocumentIsReturned() {
@Ignore(value = IE, reason = "returns WebElement")
@Ignore(PHANTOMJS)
@Ignore(SAFARI)
@Ignore(HTMLUNIT)
public void shouldHandleObjectThatThatHaveToJSONMethod() {
driver.get(pages.simpleTestPage);

Expand All @@ -571,6 +573,8 @@ public void shouldHandleObjectThatThatHaveToJSONMethod() {
@Ignore(IE)
@Ignore(PHANTOMJS)
@Ignore(SAFARI)
@Ignore(FIREFOX)
@Ignore(HTMLUNIT)
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/904")
public void shouldHandleRecursiveStructures() {
driver.get(pages.simpleTestPage);
Expand Down

0 comments on commit 18791bd

Please sign in to comment.