We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83841da commit a103da9Copy full SHA for a103da9
test/integration/cx_limit_integration_test.cc
@@ -66,7 +66,6 @@ class ConnectionLimitIntegrationTest : public testing::TestWithParam<Network::Ad
66
// Close the first connection that was successful so that we can open a new successful
67
// connection.
68
tcp_clients.front()->close();
69
- ASSERT_TRUE(raw_conns.front()->close());
70
ASSERT_TRUE(raw_conns.front()->waitForDisconnect());
71
72
tcp_clients.emplace_back(makeTcpConnection(lookupPort("listener_0")));
0 commit comments