mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[TEST] AwaitsFix testTriggerUpdatesConcurrently
This commit is contained in:
parent
3234fb1369
commit
70b279dbbc
@ -557,6 +557,7 @@ public class RemoteClusterConnectionTests extends ESTestCase {
|
||||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/28695")
|
||||
public void testTriggerUpdatesConcurrently() throws IOException, InterruptedException {
|
||||
List<DiscoveryNode> knownNodes = new CopyOnWriteArrayList<>();
|
||||
try (MockTransportService seedTransport = startTransport("seed_node", knownNodes, Version.CURRENT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user