aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bazelci
diff options
context:
space:
mode:
authorGravatar buchgr <buchgr@google.com>2018-07-09 03:13:07 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-09 03:18:44 -0700
commit4304542a7438acaeb09559e71a971e56fbecc4e5 (patch)
tree14ff4f525804145314e11284c043cab940316710 /.bazelci
parentee91e232b9286fe05ea0261a5a68e5f4cd0c4ebb (diff)
buildkite: disable flaky execution statistic tests on mac.
RELNOTES: None PiperOrigin-RevId: 203736658
Diffstat (limited to '.bazelci')
-rw-r--r--.bazelci/presubmit.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index 52aab52039..36b8de4604 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -74,6 +74,9 @@ platforms:
- "//tools/android/..."
# 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"
# 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"