Skip to content

Commit d8a2970

Browse files
committed
[TEST] Mute RemoteClusterServiceTests.testCollectNodes
Due to #41067
1 parent e991175 commit d8a2970

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ private ActionListener<Void> connectionListener(final CountDownLatch latch) {
582582
return ActionListener.wrap(x -> latch.countDown(), x -> fail());
583583
}
584584

585+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41067")
585586
public void testCollectNodes() throws InterruptedException, IOException {
586587
final Settings settings = Settings.EMPTY;
587588
final List<DiscoveryNode> knownNodes_c1 = new CopyOnWriteArrayList<>();

0 commit comments

Comments
 (0)