aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell')
-rwxr-xr-xsrc/test/shell/bazel/bazel_sandboxing_cpp_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/shell/bazel/bazel_sandboxing_cpp_test.sh b/src/test/shell/bazel/bazel_sandboxing_cpp_test.sh
index 169fbc217b..eb5aeb2f1c 100755
--- a/src/test/shell/bazel/bazel_sandboxing_cpp_test.sh
+++ b/src/test/shell/bazel/bazel_sandboxing_cpp_test.sh
@@ -189,6 +189,8 @@ EOF
|| fail "could not find 'undeclared inclusion' error message in bazel output"
}
+# TODO(philwo) disabled for the same reason as test_sandboxed_cpp_build_catches_header_only_in_srcs
+# above.
function DISABLED_test_standalone_cpp_build_catches_header_only_in_srcs() {
bazel --batch clean &> $TEST_log \
|| fail "bazel clean failed"