Skip to content

Commit 9d766a1

Browse files
committed
[java] This test is flaky in Chrome, but it passes more frequently than it fails.
1 parent eb3e5f2 commit 9d766a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/client/test/org/openqa/selenium/PageLoadingTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ public void testShouldTimeoutIfAPageTakesTooLongToLoadAfterClick() {
445445
@NoDriverAfterTest // Subsequent tests sometimes fail on Firefox.
446446
@Test
447447
@NeedsLocalEnvironment
448-
@NotYetImplemented(CHROME)
449448
public void testShouldTimeoutIfAPageTakesTooLongToRefresh() {
450449
// Get the sleeping servlet with a pause of 5 seconds
451450
String slowPage = appServer.whereIs("sleep?time=5");

0 commit comments

Comments
 (0)