aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bazelci
diff options
context:
space:
mode:
Diffstat (limited to '.bazelci')
-rw-r--r--.bazelci/presubmit.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index dbead025dd..52aab52039 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -15,6 +15,8 @@ platforms:
- "//src/test/..."
- "//third_party/ijar/..."
- "//tools/android/..."
+ # Disable Slow Tests
+ - "-//src/test/shell/bazel:bazel_determinism_test"
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4663
- "-//src/test/shell/bazel/android:android_ndk_integration_test"
ubuntu1604:
@@ -32,6 +34,8 @@ platforms:
- "//src/test/..."
- "//third_party/ijar/..."
- "//tools/android/..."
+ # Disable Slow Tests
+ - "-//src/test/shell/bazel:bazel_determinism_test"
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4663
- "-//src/test/shell/bazel/android:android_ndk_integration_test"
ubuntu1804:
@@ -49,6 +53,8 @@ platforms:
- "//src/test/..."
- "//third_party/ijar/..."
- "//tools/android/..."
+ # Disable Slow Tests
+ - "-//src/test/shell/bazel:bazel_determinism_test"
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4663
- "-//src/test/shell/bazel/android:android_ndk_integration_test"
macos: