From 4304542a7438acaeb09559e71a971e56fbecc4e5 Mon Sep 17 00:00:00 2001 From: buchgr Date: Mon, 9 Jul 2018 03:13:07 -0700 Subject: buildkite: disable flaky execution statistic tests on mac. RELNOTES: None PiperOrigin-RevId: 203736658 --- .bazelci/presubmit.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bazelci') 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" -- cgit v1.2.3