Skip to content

Commit 00512df

Browse files
committed
AwaitsFix for #77728
1 parent 195859c commit 00512df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/transport/ClusterConnectionManagerTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ public void testConcurrentConnects() throws Exception {
316316
}
317317
}
318318

319+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/77728")
319320
public void testConcurrentConnectsAndDisconnects() throws Exception {
320321
final DiscoveryNode node = new DiscoveryNode("", new TransportAddress(InetAddress.getLoopbackAddress(), 0), Version.CURRENT);
321322
doAnswer(invocationOnMock -> {

0 commit comments

Comments
 (0)