diff --git a/src/test/shell/bazel/external_remote_file_test.sh b/src/test/shell/bazel/external_remote_file_test.sh index 29ae9d9b2c0020..67799797566c8e 100755 --- a/src/test/shell/bazel/external_remote_file_test.sh +++ b/src/test/shell/bazel/external_remote_file_test.sh @@ -133,10 +133,7 @@ http_archive( EOF write_default_lockfile "MODULE.bazel.lock" - # TODO(fzakaria): I found this command to fail since it tries to spawn sandbox - # within a sandbox. I'm not sure how the other tests that build cc_binary get - # around this. - bazel build @hello_world//:hello_world --spawn_strategy=local + bazel build @hello_world//:hello_world } run_suite "external remote file tests"