Revert "Mute CancellableTasksIT.testDoNotWaitForCompletion"
This reverts commit 0c095bbd0c
.
This commit is contained in:
parent
0c095bbd0c
commit
c547a92ac6
|
@ -241,7 +241,6 @@ public class CancellableTasksIT extends ESIntegTestCase {
|
||||||
ensureAllBansRemoved();
|
ensureAllBansRemoved();
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55875")
|
|
||||||
public void testDoNotWaitForCompletion() throws Exception {
|
public void testDoNotWaitForCompletion() throws Exception {
|
||||||
Set<DiscoveryNode> nodes = StreamSupport.stream(clusterService().state().nodes().spliterator(), false).collect(Collectors.toSet());
|
Set<DiscoveryNode> nodes = StreamSupport.stream(clusterService().state().nodes().spliterator(), false).collect(Collectors.toSet());
|
||||||
TestRequest rootRequest = generateTestRequest(nodes, 0, between(1, 3));
|
TestRequest rootRequest = generateTestRequest(nodes, 0, between(1, 3));
|
||||||
|
|
Loading…
Reference in New Issue