aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-05-19 10:05:55 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-05-21 09:44:37 +0000
commit7ef174056ea975d700283487bc8f39136315926c (patch)
tree485eca55e294ed1a4fb52d4eb57a6a93bb7890ef
parent173ee825277d64c8a852f25b6d6e0a85917342ec (diff)
Deactivate bazel_sandboxing_test
This test is flaky. Also fix the shebang. -- MOS_MIGRATED_REVID=93973769
-rw-r--r--src/test/shell/bazel/BUILD1
-rwxr-xr-xsrc/test/shell/bazel/bazel_sandboxing_test.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD
index fd82c1bc15..28a244fde5 100644
--- a/src/test/shell/bazel/BUILD
+++ b/src/test/shell/bazel/BUILD
@@ -106,6 +106,7 @@ sh_test(
name = "bazel_sandboxing_test",
srcs = ["bazel_sandboxing_test.sh"],
data = [":test-deps"],
+ tags = ["manual"], # Test is still flaky.
)
test_suite(
diff --git a/src/test/shell/bazel/bazel_sandboxing_test.sh b/src/test/shell/bazel/bazel_sandboxing_test.sh
index 5753149f50..d21269e861 100755
--- a/src/test/shell/bazel/bazel_sandboxing_test.sh
+++ b/src/test/shell/bazel/bazel_sandboxing_test.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Copyright 2015 Google Inc. All rights reserved.
#