Skip to content

Commit 4eada72

Browse files
katrecopybara-github
authored andcommitted
Disable testing android_local_test with Android platforms
We need this until #19829 is fixed. This should unblock #18262. Closes #19830. PiperOrigin-RevId: 573892609 Change-Id: I944901a2be6c5a0cb9279dc86edc0741f3129769
1 parent 137d3f1 commit 4eada72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/shell/bazel/android/android_local_test_integration_test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ fail_if_no_android_sdk
3434
source "${CURRENT_DIR}/../../integration_test_setup.sh" \
3535
|| { echo "integration_test_setup.sh not found!" >&2; exit 1; }
3636

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

3944
function setup_android_local_test_env() {

0 commit comments

Comments
 (0)