[TEST] Remove connection listener from all transports in AbstractSimpleTransportTestCase#testSendRandomRequests

This commit is contained in:
Simon Willnauer 2017-01-13 23:18:23 +01:00
parent 0c7fc229b8
commit 2dd0ec57b2
1 changed files with 1 additions and 1 deletions

View File

@ -1605,7 +1605,7 @@ public abstract class AbstractSimpleTransportTestCase extends ESTestCase {
latch.await();
serviceA.removeConnectionListener(waitForConnection);
serviceB.removeConnectionListener(waitForConnection);
serviceB.removeConnectionListener(waitForConnection);
serviceC.removeConnectionListener(waitForConnection);
Map<TransportService, DiscoveryNode> toNodeMap = new HashMap<>();