Skip to content

Commit

Permalink
test: fixing an integration test flake (#11845)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
  • Loading branch information
alyssawilk authored Jul 1, 2020
1 parent 83841da commit a103da9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/cx_limit_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class ConnectionLimitIntegrationTest : public testing::TestWithParam<Network::Ad
// Close the first connection that was successful so that we can open a new successful
// connection.
tcp_clients.front()->close();
ASSERT_TRUE(raw_conns.front()->close());
ASSERT_TRUE(raw_conns.front()->waitForDisconnect());

tcp_clients.emplace_back(makeTcpConnection(lookupPort("listener_0")));
Expand Down

0 comments on commit a103da9

Please sign in to comment.