Skip to content

Commit

Permalink
[6.3.0] Ignore broken classic desugar tests (#18933)
Browse files Browse the repository at this point in the history
presubmit.yml already ignored these, but postsubmit.yml should ignore
them too.
  • Loading branch information
ted-xie authored Jul 13, 2023
1 parent ba1d91f commit 5510c64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,12 @@ tasks:
- "//tools/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/..."
- "-//src/test/java/com/google/devtools/build/android/desugar/stringconcat/..."
- "-//src/test/java/com/google/devtools/build/android/desugar/testing/junit/..."
- "-//src/test/java/com/google/devtools/build/android/desugar/covariantreturn/..."
- "-//src/test/java/com/google/devtools/build/android/desugar/scan/..."
- "-//src/test/java/com/google/devtools/build/android/desugar/typeannotation/..."
- "-//src/test/java/com/google/devtools/build/android/r8/..."
- "-//src/test/java/com/google/devtools/build/lib/query2/cquery/..."
- "-//src/test/java/com/google/devtools/build/lib/query2/engine/..."
Expand Down

0 comments on commit 5510c64

Please sign in to comment.