aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.bazelci/presubmit.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index 36b8de4604..631593930b 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -75,8 +75,8 @@ platforms:
# 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"
+ - "-//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"