Disable the last two failing tests on the "nojava" platform.
We should fix them (if possible), but also unblock the CI postsubmit for now.
PiperOrigin-RevId: 211966922
diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml
index 587d02e..dde8510 100644
--- a/.bazelci/postsubmit.yml
+++ b/.bazelci/postsubmit.yml
@@ -64,6 +64,9 @@
# We can't run Android tests without an installed Android SDK / NDK.
- "-//src/test/java/com/google/devtools/build/android/..."
- "-//src/test/shell/bazel/android/..."
+ # Currently broken tests on this platform.
+ - "-//src/test/shell/bazel:bazel_bootstrap_distfile_test"
+ - "-//src/test/shell/bazel:bazel_java_test"
ubuntu1804_java9:
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#