Skip to content

Commit

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

#21495

PiperOrigin-RevId: 610376373
Change-Id: Id215898317e8b1f1485e5dbaf72e9555307b83db
  • Loading branch information
meteorcloudy authored and copybara-github committed Feb 26, 2024
1 parent 0a9d612 commit 548bf4d
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
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,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
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,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 548bf4d

Please sign in to comment.