[TEST] Remove connection listener from all transports in AbstractSimpleTransportTestCase#testSendRandomRequests
This commit is contained in:
parent
0c7fc229b8
commit
2dd0ec57b2
|
@ -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<>();
|
||||
|
|
Loading…
Reference in New Issue