aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2017-04-19 13:53:25 +0200
committerGravatar Klaus Aehlig <aehlig@google.com>2017-04-19 13:56:26 +0200
commit05a7984f2e168fc63b134179c538f89a63308661 (patch)
tree081e74ece20f6e280b93ab1f2030359cc7e0f832
parentbb752ad0d85c9bfcb1359f091e956ab88544a7ef (diff)
Temporarily disable android tests
..until issue #2848 is fixed. In this way, they do not shadow new breakages on CI. Change-Id: I95ff1aafc1431cadf387119018dfd2443185e7db PiperOrigin-RevId: 153574737
-rw-r--r--src/test/shell/bazel/android/BUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/test/shell/bazel/android/BUILD b/src/test/shell/bazel/android/BUILD
index c3277bbc37..2cb5c1d3e6 100644
--- a/src/test/shell/bazel/android/BUILD
+++ b/src/test/shell/bazel/android/BUILD
@@ -24,6 +24,8 @@ sh_test(
"//external:android_ndk_for_testing",
"//external:android_sdk_for_testing",
],
+ # TODO(2848): reenable after fixing breakage
+ tags = ["manual"],
)
sh_test(
@@ -36,5 +38,9 @@ sh_test(
"//src/test/shell/bazel:test-deps",
],
# This test builds an android_binary with Java 8 code.
- tags = ["jdk8"],
+ # TODO(2848): reenable after fixing breakage
+ tags = [
+ "jdk8",
+ "manual",
+ ],
)