Skip to content

Commit 3001c8c

Browse files
committed
disable coverage
1 parent a2dc8f6 commit 3001c8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit/native_deps/native_deps_test.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ bin_has_native_dep_and_alwayslink_rust_linker_test = analysistest.make(
383383
str(Label("//rust/settings:experimental_use_platform_abi_settings")): True,
384384
str(Label("//rust/settings:platform_linux_musl")): True,
385385
str(Label("//rust/settings:toolchain_linker_preference")): "rust",
386+
"//command_line_option:collect_code_coverage": False,
386387
},
387388
)
388389

@@ -413,6 +414,7 @@ cdylib_has_native_dep_and_alwayslink_rust_linker_test = analysistest.make(
413414
str(Label("//rust/settings:experimental_use_platform_abi_settings")): True,
414415
str(Label("//rust/settings:platform_linux_musl")): True,
415416
str(Label("//rust/settings:toolchain_linker_preference")): "rust",
417+
"//command_line_option:collect_code_coverage": False,
416418
},
417419
)
418420

0 commit comments

Comments
 (0)