Skip to content

Commit

Permalink
Temporarily disable failing tests on Windows.
Browse files Browse the repository at this point in the history
Tracked in bazelbuild#13816.

PiperOrigin-RevId: 389572724
  • Loading branch information
philwo authored and copybara-github committed Aug 9, 2021
1 parent 2207a57 commit 077cb6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/..."
Expand Down
5 changes: 5 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/..."
Expand Down

0 comments on commit 077cb6f

Please sign in to comment.