From 894b67a1c9c288e8ac6cf247fdbd03f92c9e0b24 Mon Sep 17 00:00:00 2001 From: Alexei Barantsev Date: Thu, 24 May 2018 22:08:31 +0300 Subject: [PATCH] Disabling an unstable test in Chrome --- java/client/test/org/openqa/selenium/PageLoadingTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/client/test/org/openqa/selenium/PageLoadingTest.java b/java/client/test/org/openqa/selenium/PageLoadingTest.java index 1ba4b9d293a94..61c1450c8f4fd 100644 --- a/java/client/test/org/openqa/selenium/PageLoadingTest.java +++ b/java/client/test/org/openqa/selenium/PageLoadingTest.java @@ -96,6 +96,7 @@ public void testNoneStrategyShouldNotWaitForPageToLoad() { @Test @NotYetImplemented(SAFARI) + @Ignore(CHROME) @NeedsLocalEnvironment public void testNoneStrategyShouldNotWaitForPageToRefresh() { initLocalDriver("none");