Skip to content

Commit c95b44b

Browse files
committed
Linking ignored test to bug report
1 parent 60fc2d4 commit c95b44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ public void testShouldBeAbleToReturnADateObject() {
544544
@Ignore(IE)
545545
@Ignore(PHANTOMJS)
546546
@Ignore(SAFARI)
547-
@Ignore(MARIONETTE)
547+
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/904")
548548
public void shouldReturnDocumentElementIfDocumentIsReturned() {
549549
driver.get(pages.simpleTestPage);
550550

0 commit comments

Comments
 (0)