Skip to content

Commit

Permalink
Disable testing android_local_test with Android platforms
Browse files Browse the repository at this point in the history
We need this until #19829 is fixed.

This should unblock #18262.

Closes #19830.

PiperOrigin-RevId: 573892609
Change-Id: I944901a2be6c5a0cb9279dc86edc0741f3129769
  • Loading branch information
katre authored and copybara-github committed Oct 16, 2023
1 parent 137d3f1 commit 4eada72
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ fail_if_no_android_sdk
source "${CURRENT_DIR}/../../integration_test_setup.sh" \
|| { echo "integration_test_setup.sh not found!" >&2; exit 1; }

if [[ "$1" = '--with_platforms' ]]; then
# TODO(https://github.com/bazelbuild/bazel/issues/19829): Re-enable when
# android_local_test works properly with Android platforms.
exit 0
fi
resolve_android_toolchains "$1"

function setup_android_local_test_env() {
Expand Down

0 comments on commit 4eada72

Please sign in to comment.