aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/remote_execution_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/bazel/remote_execution_test.sh')
-rwxr-xr-xsrc/test/shell/bazel/remote_execution_test.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/shell/bazel/remote_execution_test.sh b/src/test/shell/bazel/remote_execution_test.sh
index 66a99a6654..051fbe331f 100755
--- a/src/test/shell/bazel/remote_execution_test.sh
+++ b/src/test/shell/bazel/remote_execution_test.sh
@@ -53,6 +53,13 @@ function tear_down() {
}
function test_cc_binary() {
+ if [[ "$PLATFORM" == "darwin" ]]; then
+ # TODO(b/37355380): This test is disabled due to RemoteWorker not supporting
+ # setting SDKROOT and DEVELOPER_DIR appropriately, as is required of
+ # action executors in order to select the appropriate Xcode toolchain.
+ return 0
+ fi
+
mkdir -p a
cat > a/BUILD <<EOF
package(default_visibility = ["//visibility:public"])