diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD index 784bd33a71485e..d45079df9cfd57 100644 --- a/src/test/shell/bazel/BUILD +++ b/src/test/shell/bazel/BUILD @@ -173,7 +173,7 @@ sh_test( srcs = ["bazel_proto_library_test.sh"], data = [":test-deps"], tags = ["no_windows"], # Doesn't work on Windows for unknown reason - exec_compatible_with = ["//:highcpu_machine"], + #exec_compatible_with = ["//:highcpu_machine"], ) sh_test( @@ -404,7 +404,7 @@ sh_test( "//src/test/shell/bazel/testdata:git-repos", "@bazel_tools//tools/bash/runfiles", ], - exec_compatible_with = ["//:highcpu_machine"], + #exec_compatible_with = ["//:highcpu_machine"], ) sh_test( @@ -697,7 +697,7 @@ sh_test( "@bazel_tools//tools/bash/runfiles", ], tags = ["block-network"], - exec_compatible_with = ["//:highcpu_machine"], + #exec_compatible_with = ["//:highcpu_machine"], ) sh_test( @@ -713,7 +713,7 @@ sh_test( "no_windows", "slow", ], - exec_compatible_with = ["//:highcpu_machine"], + #exec_compatible_with = ["//:highcpu_machine"], ) sh_test( diff --git a/src/tools/singlejar/BUILD b/src/tools/singlejar/BUILD index 6bdad1fab64905..2ee6331227d075 100644 --- a/src/tools/singlejar/BUILD +++ b/src/tools/singlejar/BUILD @@ -116,7 +116,7 @@ cc_test( "@com_google_googletest//:gtest_main", ], # Requires at least 5 GiB of memory - exec_compatible_with = ["//:highcpu_machine"], + #exec_compatible_with = ["//:highcpu_machine"], ) cc_test(