Skip to content

Commit

Permalink
[java] Reverting a change that causes a test failure in legacy Firefo…
Browse files Browse the repository at this point in the history
…x driver
  • Loading branch information
barancev committed Sep 28, 2018
1 parent dc50e66 commit dea2136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/client/test/org/openqa/selenium/PageLoadingTest.java
Expand Up @@ -201,6 +201,7 @@ public void testShouldReturnWhenGettingAUrlThatDoesNotResolve() {
}
}

@NeedsFreshDriver(value = FIREFOX, reason = "No idea why it throws in a fresh driver only")
@Test
public void testShouldThrowIfUrlIsMalformed() {
assumeFalse("Fails in Sauce Cloud", shouldUseSauce());
Expand Down

0 comments on commit dea2136

Please sign in to comment.