[TEST] AwaitsFix testTriggerUpdatesConcurrently

This commit is contained in:
Andy Bristol 2018-02-15 16:34:24 -08:00
parent 3234fb1369
commit 70b279dbbc
1 changed files with 1 additions and 0 deletions

View File

@ -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);