Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
yashykt committed Nov 15, 2024
1 parent d0e9414 commit d7d51b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/telemetry/metrics_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ TEST_F(MetricsTest, ParallelStatsPluginRegistrationAndLookup) {
while (GlobalStatsPluginRegistry::GetStatsPluginsForChannel(
StatsPluginChannelScope("", "", endpoint_config_))
.size() < 10000) {
// std::this_thread::yield();
std::this_thread::yield();
};
});
}
Expand Down

0 comments on commit d7d51b6

Please sign in to comment.