aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.bazelci/presubmit.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index 52aab52039..36b8de4604 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -74,6 +74,9 @@ platforms:
- "//tools/android/..."
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4663
- "-//src/test/shell/bazel/android:android_ndk_integration_test"
+ # Re-enable once fixed: b/110456205
+ - "//src/test/java/com/google/devtools/build/lib/shell:ShellTests"
+ - "//src/test/shell/integration:process_wrapper_test"
# The below tests have been disabled because they are too slow on macOS.
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4684
- "-//src/test/shell/bazel:bazel_determinism_test"