From 077cb6f77798efbccd1085110e2316b01d0071b9 Mon Sep 17 00:00:00 2001 From: philwo Date: Mon, 9 Aug 2021 00:47:57 -0700 Subject: [PATCH] Temporarily disable failing tests on Windows. Tracked in https://github.com/bazelbuild/bazel/issues/13816. PiperOrigin-RevId: 389572724 --- .bazelci/postsubmit.yml | 5 +++++ .bazelci/presubmit.yml | 5 +++++ 2 files changed, 10 insertions(+) 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/..."