Skip to content

Commit 0be93e3

Browse files
committed
Mute CancellableTasksIT.testDoNotWaitForCompletion
1 parent c4b11e4 commit 0be93e3

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

Lines changed: 1 addition & 0 deletions
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)