mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Mute CancellableTasksIT.testDoNotWaitForCompletion
This commit is contained in:
parent
5100fd7eb2
commit
b1136948b4
@ -241,6 +241,7 @@ public class CancellableTasksIT extends ESIntegTestCase {
|
||||
ensureAllBansRemoved();
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55875")
|
||||
public void testDoNotWaitForCompletion() throws Exception {
|
||||
Set<DiscoveryNode> nodes = StreamSupport.stream(clusterService().state().nodes().spliterator(), false).collect(Collectors.toSet());
|
||||
TestRequest rootRequest = generateTestRequest(nodes, 0, between(1, 3));
|
||||
|
Loading…
x
Reference in New Issue
Block a user