Skip to content

Commit

Permalink
Temporarily disable rust_doc_test targets on windows (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre authored Aug 12, 2021
1 parent fe657ed commit a0e09c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ tasks:
- "-@examples//sys/..."
- "-@examples//proto/..."
- "-@examples//wasm/..."
# rust_doc_test targets are currently broken on windows
# see: https://github.com/bazelbuild/rules_rust/issues/887
- "-@examples//hello_lib:hello_lib_doc_test"
- "-@examples//fibonacci:fibonacci_doc_test"
- "-//test/chained_direct_deps:mod3_doc_test"
build_targets: *windows_targets
test_targets: *windows_targets
examples:
Expand Down

0 comments on commit a0e09c1

Please sign in to comment.