Skip to content

Commit 90402bc

Browse files
committed
Fix tests for Bazel 9.x sandbox
1 parent 6e4bb55 commit 90402bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ filegroup(
2525
":%s" % f,
2626
],
2727
main = "runjsontests.py",
28+
tags = ["no-sandbox"],
2829
) for f in glob(["**/*.json"])]

0 commit comments

Comments
 (0)