diff --git a/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel b/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel index 8a6950facbdf2..d576a9190d09b 100644 --- a/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel @@ -697,7 +697,7 @@ cc_test( ], linkstatic = 1, tags = [ - "local", # Not compatible with the sandbox on MacOS + "no-sandbox", # FileSystemTest.permissions not compatible with the sandbox on MacOS ], deps = [ "//llvm:AllTargetsCodeGens",