diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD index 7c6705e281e..7122768da82 100644 --- a/test/cpp/microbenchmarks/BUILD +++ b/test/cpp/microbenchmarks/BUILD @@ -216,7 +216,10 @@ grpc_cc_test( name = "bm_fullstack_trickle", size = "large", srcs = ["bm_fullstack_trickle.cc"], - tags = ["manual"], + tags = [ + "manual", + "notap", + ], deps = [":helpers"], ) @@ -310,7 +313,10 @@ grpc_cc_test( name = "bm_threadpool", size = "large", srcs = ["bm_threadpool.cc"], - tags = ["manual"], + tags = [ + "manual", + "notap", + ], uses_polling = False, deps = [":helpers"], )