Skip to content

Commit f411e9b

Browse files
rjogradycopybara-github
authored andcommitted
Mark fleetbench test target as manual so it's not run by bazel test ... but needs to be explicitly run.
It's large enough now that it can time out and the tests are already covered elsewhere. PiperOrigin-RevId: 730541346 Change-Id: I83118c63f3cf30125b256ae17ddefb979ce8c166
1 parent c0e4136 commit f411e9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fleetbench/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ cc_test(
8686
data = ["//fleetbench/compression:corpus"],
8787
linkstatic = 1,
8888
malloc = "@com_google_tcmalloc//tcmalloc",
89+
tags = ["manual"],
8990
deps = [
9091
":benchmark_main",
9192
"//fleetbench/compression:compression_benchmark_lib",

0 commit comments

Comments
 (0)