Skip to content

Commit

Permalink
Disable time-consuming tests in Bazel presubmit on macOS arm64
Browse files Browse the repository at this point in the history
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 bazelbuild#23726

PiperOrigin-RevId: 678608123
Change-Id: I783e1ba7b09855ee773ea066b8b49f1b36975a3b
  • Loading branch information
meteorcloudy authored and copybara-github committed Sep 25, 2024
1 parent c063f99 commit bd7e892
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd7e892

Please sign in to comment.