diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml index bd72b6de1cd713..88678c823a5cf9 100644 --- a/.bazelci/postsubmit.yml +++ b/.bazelci/postsubmit.yml @@ -217,6 +217,11 @@ tasks: - "-//src/test/shell/bazel:bazel_determinism_test" # https://github.com/bazelbuild/bazel/issues/17457 - "-//src/test/shell/bazel:jdeps_test" + # Macs can't find python, so these fail: https://github.com/bazelbuild/bazel/issues/18776 + - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test" + - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools" + - "-//src/test/shell/bazel/android:aapt_integration_test" + - "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools" include_json_profile: - build - test @@ -268,6 +273,11 @@ tasks: - "-//src/test/java/com/google/devtools/build/lib/rules/objc:ObjcRulesTests" # https://github.com/bazelbuild/bazel/issues/17007 - "-//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest" + # Macs can't find python, so these fail: https://github.com/bazelbuild/bazel/issues/18776 + - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test" + - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools" + - "-//src/test/shell/bazel/android:aapt_integration_test" + - "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools" include_json_profile: - build - test diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index d7317f6ed529ba..b3022adf312e93 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -220,6 +220,11 @@ tasks: # - "-//src/test/shell/bazel:bazel_determinism_test" # # https://github.com/bazelbuild/bazel/issues/17457 # - "-//src/test/shell/bazel:jdeps_test" + # # Macs can't find python, so these fail: https://github.com/bazelbuild/bazel/issues/18776 + # - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test" + # - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools" + # - "-//src/test/shell/bazel/android:aapt_integration_test" + # - "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools" # include_json_profile: # - build # - test @@ -324,6 +329,11 @@ tasks: # - "-//src/test/shell/bazel:bazel_repository_cache_test" # - "-//src/test/shell/integration:aquery_test" # - "-//src/test/shell/integration:py_args_escaping_test" + # # Macs can't find python, so these fail: https://github.com/bazelbuild/bazel/issues/18776 + # - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test" + # - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools" + # - "-//src/test/shell/bazel/android:aapt_integration_test" + # - "-//src/test/shell/bazel/android:aapt_integration_test_with_head_android_tools" # include_json_profile: # - build # - test