From b18ae4b78489779d54b5f1961f0b5c133dda4a28 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Tue, 18 Feb 2020 12:31:46 -0800 Subject: [PATCH] Add notap tag to tests that cause issues timeout issues internally --- test/cpp/microbenchmarks/BUILD | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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"], )