diff --git a/java/test/org/openqa/selenium/devtools/NetworkInterceptorTest.java b/java/test/org/openqa/selenium/devtools/NetworkInterceptorTest.java index 8f4542fd5571c..2aeca0972b9d6 100644 --- a/java/test/org/openqa/selenium/devtools/NetworkInterceptorTest.java +++ b/java/test/org/openqa/selenium/devtools/NetworkInterceptorTest.java @@ -54,7 +54,7 @@ public class NetworkInterceptorTest { @BeforeClass public static void shouldTestBeRunAtAll() { - // Until Firefox can initialise the Fetch domain, we can remove this check + // Until Firefox can initialise the Fetch domain, we need this check assumeThat(Browser.detect()).isNotEqualTo(Browser.FIREFOX); assumeThat(Boolean.getBoolean("selenium.skiptest")).isFalse(); }