diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml index c7c804b83f1f48..93a1b372c1e282 100644 --- a/.bazelci/postsubmit.yml +++ b/.bazelci/postsubmit.yml @@ -269,6 +269,11 @@ tasks: - "//tools/jdk/..." - "//tools/python/..." - "//tools/test/..." + # These tests fail with our new Windows image: + # https://github.com/bazelbuild/bazel/issues/13816 + - "-//src/test/shell/bazel:resource_compiler_toolchain_test" + - "-//src/test/shell/integration:loading_phase_tests" + - "-//src/test/shell/integration:target_compatible_with_test" # Re-enable the following tests on Windows: # https://github.com/bazelbuild/bazel/issues/4292 - "-//src/test/java/com/google/devtools/build/android/desugar/nest/..." diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 004f1ad78c463f..376da1937a2d0a 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -260,6 +260,11 @@ tasks: - "//tools/jdk/..." - "//tools/python/..." - "//tools/test/..." + # These tests fail with our new Windows image: + # https://github.com/bazelbuild/bazel/issues/13816 + - "-//src/test/shell/bazel:resource_compiler_toolchain_test" + - "-//src/test/shell/integration:loading_phase_tests" + - "-//src/test/shell/integration:target_compatible_with_test" # Re-enable the following tests on Windows: # https://github.com/bazelbuild/bazel/issues/4292 - "-//src/test/java/com/google/devtools/build/android/desugar/nest/..."