Revert "[TEST] Mute RemoteClusterServiceTests.testCollectNodes"
This reverts commit d8a2970fa4
.
This commit is contained in:
parent
d090fa514f
commit
5cdf3ff3fa
|
@ -583,7 +583,6 @@ public class RemoteClusterServiceTests extends ESTestCase {
|
||||||
return ActionListener.wrap(x -> latch.countDown(), x -> fail());
|
return ActionListener.wrap(x -> latch.countDown(), x -> fail());
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41067")
|
|
||||||
public void testCollectNodes() throws InterruptedException, IOException {
|
public void testCollectNodes() throws InterruptedException, IOException {
|
||||||
final Settings settings = Settings.EMPTY;
|
final Settings settings = Settings.EMPTY;
|
||||||
final List<DiscoveryNode> knownNodes_c1 = new CopyOnWriteArrayList<>();
|
final List<DiscoveryNode> knownNodes_c1 = new CopyOnWriteArrayList<>();
|
||||||
|
|
Loading…
Reference in New Issue