Skip to content

Commit a103da9

Browse files
authored
test: fixing an integration test flake (#11845)
Signed-off-by: Alyssa Wilk <[email protected]>
1 parent 83841da commit a103da9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/cx_limit_integration_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ class ConnectionLimitIntegrationTest : public testing::TestWithParam<Network::Ad
6666
// Close the first connection that was successful so that we can open a new successful
6767
// connection.
6868
tcp_clients.front()->close();
69-
ASSERT_TRUE(raw_conns.front()->close());
7069
ASSERT_TRUE(raw_conns.front()->waitForDisconnect());
7170

7271
tcp_clients.emplace_back(makeTcpConnection(lookupPort("listener_0")));

0 commit comments

Comments
 (0)