From f42d18e55e4176f427304d704fa6fa7f136f7c59 Mon Sep 17 00:00:00 2001 From: Googler Date: Fri, 3 Feb 2023 08:01:00 -0800 Subject: [PATCH] Bazel CI: Disable more tests that are likely failing due to infra updates. Related to #17410 and #17411. PiperOrigin-RevId: 506903607 Change-Id: Ic88de4caea5c14336774e53a9063a6beb260d515 --- .bazelci/postsubmit.yml | 4 ++++ .bazelci/presubmit.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml index 1143db560152ea..9a3ad401ff3687 100644 --- a/.bazelci/postsubmit.yml +++ b/.bazelci/postsubmit.yml @@ -220,6 +220,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 4e4af1cc762206..e2b0f928919595 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -213,6 +213,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: shards: 2 shell_commands: