Skip to content

Commit 611a867

Browse files
committed
Fix failing test via build magic
1 parent cd9c706 commit 611a867

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/client/test/org/openqa/selenium/remote/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ java_test_suite(
2020
["*Test.java"],
2121
exclude = ["BaseAugmenterTest.java", "RemoteWebDriverScreenshotTest.java"]
2222
),
23+
tags = [
24+
"no-sandbox",
25+
],
2326
deps = [
2427
":BaseAugmenterTest",
2528
"//java/client/src/org/openqa/selenium:core",

0 commit comments

Comments
 (0)