Mute CancellableTasksIT.testDoNotWaitForCompletion

This commit is contained in:
Mark Vieira 2020-04-29 12:58:24 -07:00
parent edbaa19a5d
commit 0c095bbd0c
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 1 additions and 0 deletions

View File

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