Exclude census

pull/16882/head
ncteisen 6 years ago
parent bdd0d47e07
commit 3eb6c4779d
  1. 4
      test/cpp/microbenchmarks/BUILD

@ -162,8 +162,9 @@ grpc_cc_test(
uses_polling = False, uses_polling = False,
) )
grpc_cc_test( grpc_cc_binary(
name = "bm_opencensus_plugin", name = "bm_opencensus_plugin",
testonly = 1,
srcs = ["bm_opencensus_plugin.cc"], srcs = ["bm_opencensus_plugin.cc"],
language = "C++", language = "C++",
deps = [ deps = [
@ -171,5 +172,4 @@ grpc_cc_test(
"//:grpc_opencensus_plugin", "//:grpc_opencensus_plugin",
"//src/proto/grpc/testing:echo_proto", "//src/proto/grpc/testing:echo_proto",
], ],
uses_polling = False,
) )

Loading…
Cancel
Save