Skip to content

Commit

Permalink
[java] Ignoring a test that should be run in legacy Firefox only
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 5, 2018
1 parent d6daaa0 commit bf81e77
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -293,6 +293,7 @@ public void shouldBeAbleToStartANamedProfile() {
}

@Test(timeout = 60000)
@Ignore(MARIONETTE)
public void shouldBeAbleToStartANewInstanceEvenWithVerboseLogging() {
FirefoxBinary binary = new FirefoxBinary();
XpiDriverService service = new XpiDriverService.Builder()
Expand Down

0 comments on commit bf81e77

Please sign in to comment.