From 83258853266064a3eb32aa1edfba17c8f6e604d4 Mon Sep 17 00:00:00 2001 From: pcloudy Date: Fri, 2 Jul 2021 08:34:53 -0700 Subject: [PATCH] Disable //src/test/shell/bazel:stardoc_deps_test on Windows Unfortunately, this test won't work on macOS after we update to Big Sur unless https://github.com/bazelbuild/bazel/issues/13636 is fixed. The test will continue to run on Linux, which should catch breakages as expected. RELNOTES: None PiperOrigin-RevId: 382744796 --- .bazelci/postsubmit.yml | 2 ++ .bazelci/presubmit.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml index cafc4cea176ca3..c7c804b83f1f48 100644 --- a/.bazelci/postsubmit.yml +++ b/.bazelci/postsubmit.yml @@ -221,6 +221,8 @@ tasks: - "//tools/python/..." # C++ coverage is not supported on macOS yet. - "-//src/test/shell/bazel:bazel_cc_code_coverage_test" + # Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/13636 + - "-//src/test/shell/bazel:stardoc_deps_test" include_json_profile: - build - test diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 44fde05a8f1050..004f1ad78c463f 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -214,6 +214,8 @@ tasks: - "-//src/java_tools/import_deps_checker/..." # C++ coverage is not supported on macOS yet. - "-//src/test/shell/bazel:bazel_cc_code_coverage_test" + # Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/13636 + - "-//src/test/shell/bazel:stardoc_deps_test" windows: shards: 4 batch_commands: