Add notap tag to tests that cause issues timeout issues internally

pull/22064/head
Yash Tibrewal 5 years ago
parent 20a0726c55
commit b18ae4b784
  1. 10
      test/cpp/microbenchmarks/BUILD

@ -216,7 +216,10 @@ grpc_cc_test(
name = "bm_fullstack_trickle", name = "bm_fullstack_trickle",
size = "large", size = "large",
srcs = ["bm_fullstack_trickle.cc"], srcs = ["bm_fullstack_trickle.cc"],
tags = ["manual"], tags = [
"manual",
"notap",
],
deps = [":helpers"], deps = [":helpers"],
) )
@ -310,7 +313,10 @@ grpc_cc_test(
name = "bm_threadpool", name = "bm_threadpool",
size = "large", size = "large",
srcs = ["bm_threadpool.cc"], srcs = ["bm_threadpool.cc"],
tags = ["manual"], tags = [
"manual",
"notap",
],
uses_polling = False, uses_polling = False,
deps = [":helpers"], deps = [":helpers"],
) )

Loading…
Cancel
Save