Skip to content

Commit

Permalink
Linking ignored test to bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 28, 2017
1 parent 60fc2d4 commit c95b44b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ public void testShouldBeAbleToReturnADateObject() {
@Ignore(IE)
@Ignore(PHANTOMJS)
@Ignore(SAFARI)
@Ignore(MARIONETTE)
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/904")
public void shouldReturnDocumentElementIfDocumentIsReturned() {
driver.get(pages.simpleTestPage);

Expand Down

0 comments on commit c95b44b

Please sign in to comment.