aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar ruperts <ruperts@google.com>2018-01-04 15:08:50 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-04 15:10:57 -0800
commit1c5a1344bdf0853df9efc5d4574ee0b1f245c2a7 (patch)
tree400e7f4c3564d56f5a7530425a3a8531275f490b /scripts
parent7ee24c619495a6ec41eaf66140928b9005d09751 (diff)
Disable CommandUsingLinuxSandboxTest in bazel-tests-remote.
RELNOTES: None. PiperOrigin-RevId: 180851611
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/bazel-tests-remote.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/bazel-tests-remote.json b/scripts/ci/bazel-tests-remote.json
index 5c3e735da0..ee57bf35b2 100644
--- a/scripts/ci/bazel-tests-remote.json
+++ b/scripts/ci/bazel-tests-remote.json
@@ -6,7 +6,7 @@
],
"tests": [
"//src/test/shell/integration/...",
- "//src/test/java/... - //src/test/java/com/google/devtools/build/android/..."
+ "//src/test/java/... - //src/test/java/com/google/devtools/build/android/... - //src/test/java/com/google/devtools/build/lib/shell:CommandUsingLinuxSandboxTest"
],
"test_tag_filters": ["-slow"],
"targets": []