We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1047de3 commit a3794d7Copy full SHA for a3794d7
1 file changed
rust/BUILD.bazel
@@ -38,6 +38,7 @@ rust_test(
38
srcs = [file],
39
data = [":selenium-manager"],
40
edition = "2021",
41
+ tags = ["no-sandbox"],
42
deps = [":selenium_manager"] + all_crate_deps(
43
normal = True,
44
normal_dev = True,
0 commit comments