Skip to content

Commit

Permalink
Re-diable android_instrumentation_test_integration_test on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
katre committed Dec 5, 2023
1 parent aa70121 commit ea38476
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,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
Expand Down Expand Up @@ -266,6 +271,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
Expand Down
10 changes: 10 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ea38476

Please sign in to comment.