Skip to content

Commit 89cff16

Browse files
Mute flaky RemoteClusterConnection test (#45850)
1 parent 8faea7b commit 89cff16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ public void run() {
637637
}
638638
}
639639

640+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45845")
640641
public void testCloseWhileConcurrentlyConnecting() throws IOException, InterruptedException, BrokenBarrierException {
641642
List<DiscoveryNode> knownNodes = new CopyOnWriteArrayList<>();
642643
try (MockTransportService seedTransport = startTransport("seed_node", knownNodes, Version.CURRENT);

0 commit comments

Comments
 (0)