diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml index 50522ba1b49de1..744b45747d2e79 100644 --- a/.bazelci/postsubmit.yml +++ b/.bazelci/postsubmit.yml @@ -221,6 +221,10 @@ tasks: - "-//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 7be473aa14c1b8..f4c15c5bff0692 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -214,6 +214,10 @@ tasks: - "-//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: xcode_version: "13.0" shards: 2