From bd7e892c7c35c576c7c046395b9049140536a9f2 Mon Sep 17 00:00:00 2001 From: Googler Date: Wed, 25 Sep 2024 02:32:38 -0700 Subject: [PATCH] Disable time-consuming tests in Bazel presubmit on macOS arm64 Those tests can sometimes take up to 1h to run for some reason. Disable them in presubmit and we can still monitor them in postsubmit. Related https://github.com/bazelbuild/bazel/issues/23726 PiperOrigin-RevId: 678608123 Change-Id: I783e1ba7b09855ee773ea066b8b49f1b36975a3b --- .bazelci/presubmit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 63133207f13aaa..274b0e99de1267 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -231,6 +231,10 @@ tasks: - "-//src/test/java/com/google/devtools/build/android/dexer:AllTests" - "-//src/test/java/com/google/devtools/build/android/r8:AllTests" - "-//src/test/shell/bazel:bazel_android_tools_test" + # https://github.com/bazelbuild/bazel/issues/23726 + - "-//src/test/shell/bazel:bazel_determinism_test" + - "-//src/test/shell/bazel:bazel_bootstrap_distfile_tar_test" + - "-//src/test/shell/bazel:bazel_bootstrap_distfile_test" include_json_profile: - build - test