Skip to content

Commit 0c095bb

Browse files
committed
Mute CancellableTasksIT.testDoNotWaitForCompletion
1 parent edbaa19 commit 0c095bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/action/admin/cluster/node/tasks/CancellableTasksIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ public void testCancelTaskMultipleTimes() throws Exception {
241241
ensureAllBansRemoved();
242242
}
243243

244+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55875")
244245
public void testDoNotWaitForCompletion() throws Exception {
245246
Set<DiscoveryNode> nodes = StreamSupport.stream(clusterService().state().nodes().spliterator(), false).collect(Collectors.toSet());
246247
TestRequest rootRequest = generateTestRequest(nodes, 0, between(1, 3));

0 commit comments

Comments
 (0)