Skip to content

Commit

Permalink
drain fuzzing EE before shutting down
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Aug 19, 2024
1 parent 4beee1f commit f3a5c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/core/security/credentials_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2509,6 +2509,7 @@ using grpc_event_engine::experimental::FuzzingEventEngine;
class ExternalAccountCredentialsTest : public ::testing::Test {
protected:
~ExternalAccountCredentialsTest() override {
event_engine_->TickUntilIdle();
event_engine_->UnsetGlobalHooks();
}

Expand Down

0 comments on commit f3a5c6e

Please sign in to comment.