Skip to content

Commit

Permalink
[java] This test is flaky in Chrome, but it passes more frequently th…
Browse files Browse the repository at this point in the history
…an it fails.
  • Loading branch information
barancev committed Jun 27, 2018
1 parent eb3e5f2 commit 9d766a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/client/test/org/openqa/selenium/PageLoadingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ public void testShouldTimeoutIfAPageTakesTooLongToLoadAfterClick() {
@NoDriverAfterTest // Subsequent tests sometimes fail on Firefox.
@Test
@NeedsLocalEnvironment
@NotYetImplemented(CHROME)
public void testShouldTimeoutIfAPageTakesTooLongToRefresh() {
// Get the sleeping servlet with a pause of 5 seconds
String slowPage = appServer.whereIs("sleep?time=5");
Expand Down

0 comments on commit 9d766a1

Please sign in to comment.