Skip to content

Commit 548bf4d

Browse files
meteorcloudycopybara-github
authored andcommitted
Disable //src/test/shell/bazel:srcs_test on Intel macOS
This tests is very flaky in postsubmit on macOS Intel machines. #21495 PiperOrigin-RevId: 610376373 Change-Id: Id215898317e8b1f1485e5dbaf72e9555307b83db
1 parent 0a9d612 commit 548bf4d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.bazelci/postsubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ tasks:
200200
- "-//src/test/shell/bazel:bazel_determinism_test"
201201
# https://github.com/bazelbuild/bazel/issues/17457
202202
- "-//src/test/shell/bazel:jdeps_test"
203+
# https://github.com/bazelbuild/bazel/issues/21495
204+
- "-//src/test/shell/bazel:srcs_test"
203205
# Macs can't find python, so these fail: https://github.com/bazelbuild/bazel/issues/18776
204206
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
205207
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"

.bazelci/presubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ tasks:
203203
- "-//src/test/shell/bazel:bazel_determinism_test"
204204
# https://github.com/bazelbuild/bazel/issues/17457
205205
- "-//src/test/shell/bazel:jdeps_test"
206+
# https://github.com/bazelbuild/bazel/issues/21495
207+
- "-//src/test/shell/bazel:srcs_test"
206208
# Macs can't find python, so these fail: https://github.com/bazelbuild/bazel/issues/18776
207209
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
208210
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"

0 commit comments

Comments
 (0)