Skip to content

Commit 18791bd

Browse files
committed
Ignoring failed tests
1 parent 95f2515 commit 18791bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import static org.junit.Assume.assumeTrue;
3434
import static org.openqa.selenium.testing.Driver.ALL;
3535
import static org.openqa.selenium.testing.Driver.CHROME;
36+
import static org.openqa.selenium.testing.Driver.FIREFOX;
3637
import static org.openqa.selenium.testing.Driver.HTMLUNIT;
3738
import static org.openqa.selenium.testing.Driver.IE;
3839
import static org.openqa.selenium.testing.Driver.MARIONETTE;
@@ -558,6 +559,7 @@ public void shouldReturnDocumentElementIfDocumentIsReturned() {
558559
@Ignore(value = IE, reason = "returns WebElement")
559560
@Ignore(PHANTOMJS)
560561
@Ignore(SAFARI)
562+
@Ignore(HTMLUNIT)
561563
public void shouldHandleObjectThatThatHaveToJSONMethod() {
562564
driver.get(pages.simpleTestPage);
563565

@@ -571,6 +573,8 @@ public void shouldHandleObjectThatThatHaveToJSONMethod() {
571573
@Ignore(IE)
572574
@Ignore(PHANTOMJS)
573575
@Ignore(SAFARI)
576+
@Ignore(FIREFOX)
577+
@Ignore(HTMLUNIT)
574578
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/904")
575579
public void shouldHandleRecursiveStructures() {
576580
driver.get(pages.simpleTestPage);

0 commit comments

Comments
 (0)