aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar dmarting <dmarting@google.com>2017-11-12 19:07:48 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-12 19:09:03 -0800
commite974328478011a05b90a326b88987e1d62321d35 (patch)
treec9947edf7d8863cdee6e032a48718cb57d1d5326 /scripts
parent9ff29e64d38c301153ba1d2a2e0b21206afdd673 (diff)
Deactivate //src/test/shell/integration:progress_reporting_test on remote tests
This test is hitting time out on remote execution. Until the workers are fixed, deactivate it. PiperOrigin-RevId: 175478669
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 6123068428..00f376756f 100644
--- a/scripts/ci/bazel-tests-remote.json
+++ b/scripts/ci/bazel-tests-remote.json
@@ -26,7 +26,7 @@
"--java_toolchain=@bazel_toolchains//configs/java/0.1.0/bazel_0.6.0:remote_toolchain"
],
"tests": [
- "//src/test/shell/integration/...",
+ "tests(//src/test/shell/integration/...) - //src/test/shell/integration:progress_reporting_test",
"//src/test/java/... - //src/test/java/com/google/devtools/build/android/..."
],
"test_tag_filters": ["-slow"],