From 92d31d6f99067971b6f655ffd1ba8d14dca52d47 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Sat, 25 Apr 2020 20:49:37 -0700 Subject: [PATCH] Remove the flaky flag from bm_opencensus_plugin --- test/cpp/microbenchmarks/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD index e8065fa8964..d26815f40cc 100644 --- a/test/cpp/microbenchmarks/BUILD +++ b/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",