From b652cdf98d0444fb9c96f564664211d93cf55153 Mon Sep 17 00:00:00 2001 From: Googler Date: Wed, 22 Nov 2023 04:13:01 -0800 Subject: [PATCH] Disable //src/test/shell/bazel:jdeps_test on RBE build to fix presubmit Related https://github.com/bazelbuild/bazel/issues/20288 PiperOrigin-RevId: 584584636 Change-Id: Iea064efe8d6caf9e60daf32e5408c325524685ca --- .bazelci/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index e10485c194e2b3..2b610589e0f61b 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -475,6 +475,8 @@ tasks: - "-//src/test/shell/bazel/android:aapt_integration_test" - "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools" - "-//src/test/shell/bazel/android:aapt_integration_test_with_platforms" + # https://github.com/bazelbuild/bazel/issues/20288 + - "-//src/test/shell/bazel:jdeps_test" include_json_profile: - build - test