Skip to content

Commit

Permalink
Disable //src/test/shell/bazel:stardoc_deps_test on Windows
Browse files Browse the repository at this point in the history
Unfortunately, this test won't work on macOS after we update to Big Sur unless #13636 is fixed.

The test will continue to run on Linux, which should catch breakages as expected.

RELNOTES: None
PiperOrigin-RevId: 382744796
  • Loading branch information
meteorcloudy authored and copybara-github committed Jul 2, 2021
1 parent a93baef commit 8325885
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8325885

Please sign in to comment.