diff --git a/test/extensions/tracers/dynamic_ot/config_test.cc b/test/extensions/tracers/dynamic_ot/config_test.cc index 4750f14bb4..df518e9287 100644 --- a/test/extensions/tracers/dynamic_ot/config_test.cc +++ b/test/extensions/tracers/dynamic_ot/config_test.cc @@ -17,7 +17,10 @@ namespace Tracers { namespace DynamicOt { namespace { -// TODO (dmitri-d) fix a memory leak in the test +// Disabled due to heapcheck reporting false positives when the test is statically linked with libstdc++ +// See https://github.com/envoyproxy/envoy/issues/7647 for the discussion +// TODO (dmitri-d) there currently isn't a way to resolve this: some tests will fail when libstdc++ is +// dynamically linked, this test fails when it's statically linked TEST(DynamicOtTracerConfigTest, DISABLED_DynamicOpentracingHttpTracer) { NiceMock server; EXPECT_CALL(server.cluster_manager_, get(Eq("fake_cluster")))