From 93e968c27468866a39d5b19fded0f5aab77fa0bd Mon Sep 17 00:00:00 2001 From: Jakob Buchgraber Date: Tue, 16 Apr 2019 15:54:21 +0200 Subject: [PATCH] fix tests --- src/test/shell/bazel/BUILD | 8 ++++---- src/tools/singlejar/BUILD | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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(