mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[TEST] Mute RemoteClusterServiceTests.testCollectNodes
Due to https://github.com/elastic/elasticsearch/issues/41067
This commit is contained in:
parent
e991175776
commit
d8a2970fa4
@ -582,6 +582,7 @@ public class RemoteClusterServiceTests extends ESTestCase {
|
||||
return ActionListener.wrap(x -> latch.countDown(), x -> fail());
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41067")
|
||||
public void testCollectNodes() throws InterruptedException, IOException {
|
||||
final Settings settings = Settings.EMPTY;
|
||||
final List<DiscoveryNode> knownNodes_c1 = new CopyOnWriteArrayList<>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user