Skip to content

Commit

Permalink
Comment out server cancel calls
Browse files Browse the repository at this point in the history
  • Loading branch information
yashykt committed Jan 22, 2025
1 parent 0ca62bc commit 071a55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/transport/chttp2/chttp2_server_listener_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class Chttp2ServerListenerTest : public ::testing::Test {
void TearDown() override {
CqVerifier cqv(cq_);
grpc_server_shutdown_and_notify(server_->c_ptr(), cq_, CqVerifier::tag(-1));
grpc_server_cancel_all_calls(server_->c_ptr());
// grpc_server_cancel_all_calls(server_->c_ptr());
cqv.Expect(CqVerifier::tag(-1), true);
cqv.Verify();
server_.reset();
Expand Down

0 comments on commit 071a55e

Please sign in to comment.