diff --git a/java/test/org/openqa/selenium/bidi/input/DefaultMouseTest.java b/java/test/org/openqa/selenium/bidi/input/DefaultMouseTest.java index 9975203a2707d..929b404350013 100644 --- a/java/test/org/openqa/selenium/bidi/input/DefaultMouseTest.java +++ b/java/test/org/openqa/selenium/bidi/input/DefaultMouseTest.java @@ -224,6 +224,7 @@ void testContextClick() { @NeedsFreshDriver @Test @Ignore(value = FIREFOX, gitHubActions = true) + @Ignore(value = CHROME, gitHubActions = true) @NotYetImplemented(SAFARI) @NotYetImplemented(IE) @NotYetImplemented(EDGE) diff --git a/java/test/org/openqa/selenium/bidi/network/BUILD.bazel b/java/test/org/openqa/selenium/bidi/network/BUILD.bazel index 90df47f300cf3..c8fedb2afd95b 100644 --- a/java/test/org/openqa/selenium/bidi/network/BUILD.bazel +++ b/java/test/org/openqa/selenium/bidi/network/BUILD.bazel @@ -6,7 +6,6 @@ java_selenium_test_suite( size = "large", srcs = glob(["*Test.java"]), browsers = [ - "chrome", "firefox", ], tags = [