Revert "[TEST] Mute RemoteClusterServiceTests.testCollectNodes"

This reverts commit d8a2970fa4.
This commit is contained in:
Yannick Welsch 2019-07-05 11:02:42 +02:00
parent d090fa514f
commit 5cdf3ff3fa
1 changed files with 0 additions and 1 deletions

View File

@ -583,7 +583,6 @@ 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<>();