Skip to content

Commit b2688da

Browse files
committed
Ignoring a test in marionette, looks like the browser behavior has been changed.
1 parent 166268c commit b2688da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import static org.junit.Assert.assertThat;
2323
import static org.openqa.selenium.testing.Driver.CHROME;
2424
import static org.openqa.selenium.testing.Driver.IE;
25+
import static org.openqa.selenium.testing.Driver.MARIONETTE;
2526
import static org.openqa.selenium.testing.Driver.PHANTOMJS;
2627
import static org.openqa.selenium.testing.Driver.SAFARI;
2728
import static org.openqa.selenium.testing.TestUtilities.catchThrowable;
@@ -53,6 +54,7 @@ public void testShouldBeAbleToLoadASimplePageOfText() {
5354
@Ignore(value = SAFARI, reason = "creates DOM for displaying text pages")
5455
@Ignore(CHROME)
5556
@Ignore(PHANTOMJS)
57+
@Ignore(MARIONETTE)
5658
public void testShouldThrowExceptionWhenAddingCookieToAPageThatIsNotHtml() {
5759
driver.get(textPage);
5860

0 commit comments

Comments
 (0)