Temporarily disable autocxx coverage
The attached bug is causing autocxx_basic_test to fail to compile,
which blocks all other test coverage on Rust builders.
Disable this suite until the bug is fixed to allow other tests to run.
Bug: 1380857
Change-Id: Id5c3bdd0f3c8cd15b79b2d91eb2768d17b31f82a
Cq-Include-Trybots: luci.chromium.try:android-rust-arm-dbg,linux-rust-x64-dbg,android-rust-arm-rel,linux-rust-x64-rel
Change-Id: Id5c3bdd0f3c8cd15b79b2d91eb2768d17b31f82a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3999992
Reviewed-by: danakj <[email protected]>
Reviewed-by: Nico Weber <[email protected]>
Auto-Submit: Collin Baker <[email protected]>
Commit-Queue: Nico Weber <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1067186}
diff --git a/BUILD.gn b/BUILD.gn
index a166259..fefe6a2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -863,7 +863,9 @@
deps += [
"//mojo/public/rust",
"//mojo/public/rust:mojo_rust_tests",
- "//third_party/rust/autocxx/chromium_integration/tests",
+
+ # TODO(https://crbug.com/1380857): reenable test coverage.
+ # "//third_party/rust/autocxx/chromium_integration/tests",
# TODO(crbug.com/1291994): Determine whether it makes sense to build/run
# this even on Android. If not, remove this and figure out how to run it