Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
buchgr committed Apr 16, 2019
1 parent bdab706 commit 93e968c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/test/shell/bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand All @@ -713,7 +713,7 @@ sh_test(
"no_windows",
"slow",
],
exec_compatible_with = ["//:highcpu_machine"],
#exec_compatible_with = ["//:highcpu_machine"],
)

sh_test(
Expand Down
2 changes: 1 addition & 1 deletion src/tools/singlejar/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 93e968c

Please sign in to comment.