Skip to content

Commit

Permalink
[7.1.1] Disable //src/test/shell/bazel:srcs_test on Intel macOS (#21707)
Browse files Browse the repository at this point in the history
This tests is very flaky in postsubmit on macOS Intel machines.

#21495

Commit
548bf4d

PiperOrigin-RevId: 610376373
Change-Id: Id215898317e8b1f1485e5dbaf72e9555307b83db

Co-authored-by: Googler <pcloudy@google.com>
  • Loading branch information
bazel-io and meteorcloudy committed Mar 15, 2024
1 parent 7c29e52 commit 8aea621
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/postsubmit.yml
Expand Up @@ -226,6 +226,8 @@ tasks:
- "-//src/test/shell/bazel:bazel_determinism_test"
# https://github.com/bazelbuild/bazel/issues/17457
- "-//src/test/shell/bazel:jdeps_test"
# https://github.com/bazelbuild/bazel/issues/21495
- "-//src/test/shell/bazel:srcs_test"
# Macs can't find python, so these fail: https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
Expand Down
2 changes: 2 additions & 0 deletions .bazelci/presubmit.yml
Expand Up @@ -230,6 +230,8 @@ tasks:
- "-//src/test/shell/bazel:bazel_determinism_test"
# https://github.com/bazelbuild/bazel/issues/17457
- "-//src/test/shell/bazel:jdeps_test"
# https://github.com/bazelbuild/bazel/issues/21495
- "-//src/test/shell/bazel:srcs_test"
# Macs can't find python, so these fail: https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
Expand Down

0 comments on commit 8aea621

Please sign in to comment.