aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bazelci/presubmit.yml
diff options
context:
space:
mode:
authorGravatar buchgr <buchgr@google.com>2018-07-09 04:59:56 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-09 05:01:21 -0700
commite315479b59d5d31a7157e6764ae0f915b098f224 (patch)
treeba84150143a59444a9e4f584cc4e1f9183b1de70 /.bazelci/presubmit.yml
parentc2b70f1e28b8fbc002efbac16d555f941c7d59a3 (diff)
buildkite: actually disable flaky tests
PiperOrigin-RevId: 203746935
Diffstat (limited to '.bazelci/presubmit.yml')
-rw-r--r--.bazelci/presubmit.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index 36b8de4604..631593930b 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -75,8 +75,8 @@ platforms:
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4663
- "-//src/test/shell/bazel/android:android_ndk_integration_test"
# Re-enable once fixed: b/110456205
- - "//src/test/java/com/google/devtools/build/lib/shell:ShellTests"
- - "//src/test/shell/integration:process_wrapper_test"
+ - "-//src/test/java/com/google/devtools/build/lib/shell:ShellTests"
+ - "-//src/test/shell/integration:process_wrapper_test"
# The below tests have been disabled because they are too slow on macOS.
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4684
- "-//src/test/shell/bazel:bazel_determinism_test"