Fix flakiness in test/cpp/ext/filters/census/... (#32174)

pull/32127/head
Yash Tibrewal 2 years ago committed by GitHub
parent 564a46291b
commit 7f7a352ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/cpp/ext/filters/census/library.h

@ -141,6 +141,7 @@ class StatsPluginEnd2EndTest : public ::testing::Test {
// the individual tests. // the individual tests.
::opencensus::trace::exporter::SpanExporter::RegisterHandler( ::opencensus::trace::exporter::SpanExporter::RegisterHandler(
absl::WrapUnique(traces_recorder_)); absl::WrapUnique(traces_recorder_));
grpc_init();
} }
static void TearDownTestSuite() { static void TearDownTestSuite() {

Loading…
Cancel
Save