From 7eab852167f6a8e636a0e9056d5a3fa60778f1ff Mon Sep 17 00:00:00 2001 From: Farid Zakaria Date: Sat, 27 Apr 2024 00:01:19 +0000 Subject: [PATCH] Remove spawn_strategy on account of #20753 --- src/test/shell/bazel/external_remote_file_test.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"