From a0e09c16794f91ba0c1d4338cfc24495323356a0 Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Wed, 11 Aug 2021 23:44:48 -0700 Subject: [PATCH] Temporarily disable `rust_doc_test` targets on windows (#888) --- .bazelci/presubmit.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 8eec83ae11..025c716d22 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -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: