From 7ef174056ea975d700283487bc8f39136315926c Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Tue, 19 May 2015 10:05:55 +0000 Subject: Deactivate bazel_sandboxing_test This test is flaky. Also fix the shebang. -- MOS_MIGRATED_REVID=93973769 --- src/test/shell/bazel/BUILD | 1 + src/test/shell/bazel/bazel_sandboxing_test.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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. # -- cgit v1.2.3