Remove the flaky flag from bm_opencensus_plugin

pull/22818/head
Esun Kim 5 years ago
parent 283fba63f8
commit 92d31d6f99
  1. 1
      test/cpp/microbenchmarks/BUILD

@ -282,7 +282,6 @@ grpc_cc_test(
grpc_cc_test(
name = "bm_opencensus_plugin",
srcs = ["bm_opencensus_plugin.cc"],
flaky = True, # TODO(b/151696309)
language = "C++",
deps = [
":helpers_secure",

Loading…
Cancel
Save