Skip to content

Commit

Permalink
Linking tests to bug reports
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Apr 7, 2017
1 parent b7c0e6b commit 628a8ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@NeedsLocalEnvironment(reason = "Requires local browser launching environment")
@Ignore(PHANTOMJS)
@Ignore(value = SAFARI, reason = "issue 3862")
@Ignore(MARIONETTE)
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/617")
public class UnexpectedAlertBehaviorTest extends JUnit4TestBase {

private WebDriver driver2;
Expand Down

0 comments on commit 628a8ed

Please sign in to comment.