aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
diff options
context:
space:
mode:
authorGravatar Yue Gan <yueg@google.com>2016-08-01 12:04:21 +0000
committerGravatar Yun Peng <pcloudy@google.com>2016-08-01 13:05:01 +0000
commitc3743ac9bb72b571939c4a4e42119e46a20f598a (patch)
tree98f7580d90e5a74b99fc10c48008ad5479864896 /src/test/shell
parent5a4b445fcce2997967510e7f2750e2bace1cfe11 (diff)
Add 'local=1' to sandbox tests, as they can't run on remote execution nor inside a sandboxed Bazel on OS X
-- Change-Id: I751b77c9a8dd7afc992dba0218f990118f06f98d Reviewed-on: https://bazel-review.googlesource.com/#/c/4201/3 MOS_MIGRATED_REVID=128976206
Diffstat (limited to 'src/test/shell')
-rw-r--r--src/test/shell/bazel/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD
index 193b0ad8de..d34cb3b438 100644
--- a/src/test/shell/bazel/BUILD
+++ b/src/test/shell/bazel/BUILD
@@ -317,6 +317,7 @@ sh_test(
name = "bazel_sandboxing_cpp_test",
srcs = ["bazel_sandboxing_cpp_test.sh"],
data = [":test-deps"],
+ tags = ["local"],
)
sh_test(