Skip to content

Commit

Permalink
Disabling an unstable test in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 24, 2018
1 parent 9090f52 commit 894b67a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/client/test/org/openqa/selenium/PageLoadingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public void testNoneStrategyShouldNotWaitForPageToLoad() {

@Test
@NotYetImplemented(SAFARI)
@Ignore(CHROME)
@NeedsLocalEnvironment
public void testNoneStrategyShouldNotWaitForPageToRefresh() {
initLocalDriver("none");
Expand Down

0 comments on commit 894b67a

Please sign in to comment.