Bazel CI: Disable more tests that are likely failing due to infra updates.
Related to #17410 and #17411.
PiperOrigin-RevId: 506903607
Change-Id: Ic88de4caea5c14336774e53a9063a6beb260d515
diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml
index 1143db5..9a3ad40 100644
--- a/.bazelci/postsubmit.yml
+++ b/.bazelci/postsubmit.yml
@@ -220,6 +220,10 @@
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
- "-//tools/python:pywrapper_test"
+ # https://github.com/bazelbuild/bazel/issues/17410
+ - "-//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
+ # https://github.com/bazelbuild/bazel/issues/17411
+ - "-//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:PatchApiBlackBoxTest"
include_json_profile:
- build
- test
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index 4e4af1c..e2b0f92 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -213,6 +213,10 @@
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
- "-//tools/python:pywrapper_test"
+ # https://github.com/bazelbuild/bazel/issues/17410
+ - "-//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
+ # https://github.com/bazelbuild/bazel/issues/17411
+ - "-//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:PatchApiBlackBoxTest"
macos_arm64:
shards: 2
shell_commands: