diff --git a/.bazelrc b/.bazelrc index 0882f64770dae5..65621b8c09941e 100644 --- a/.bazelrc +++ b/.bazelrc @@ -81,7 +81,8 @@ test:ci-macos --test_env=TEST_INSTALL_BASE=/Users/buildkite/bazeltest/install_ba test:ci-macos --test_env=REPOSITORY_CACHE=/Users/buildkite/bazeltest/repo_cache test:ci-macos --test_env=REMOTE_NETWORK_ADDRESS=bazel.build:80 test:ci-macos --sandbox_writable_path=/Users/buildkite/bazeltest -test:ci-macos --sandbox_default_allow_network=false +# TODO(pcloudy): Revert to false once https://github.com/bazelbuild/bazel/issues/23726 is resolved. +test:ci-macos --sandbox_default_allow_network=true test:ci-macos --test_tag_filters=-no_macos ## For Windows