From f7d857a8e4543f7d1b8181612a3b46a4a33fe79f Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Thu, 13 Feb 2020 10:12:12 -0800 Subject: [PATCH] Make threadpool and trickle tests manual only (excessive time/resources) --- test/cpp/microbenchmarks/BUILD | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD index abd5cb32e21..df2cedfeed3 100644 --- a/test/cpp/microbenchmarks/BUILD +++ b/test/cpp/microbenchmarks/BUILD @@ -216,13 +216,7 @@ grpc_cc_test( name = "bm_fullstack_trickle", size = "large", srcs = ["bm_fullstack_trickle.cc"], - tags = [ - "no_mac", # to emulate "excluded_poll_engines: poll" - "no_windows", - "noasan", - "nomsan", - "notsan", - ], + tags = ["manual"], deps = [":helpers"], ) @@ -293,12 +287,9 @@ grpc_cc_test( grpc_cc_test( name = "bm_threadpool", + size = "large", srcs = ["bm_threadpool.cc"], - tags = [ - "no_mac", - "no_windows", - "notsan", - ], + tags = ["manual"], uses_polling = False, deps = [":helpers"], )