AwaitsFix for #56746 (and #56751)

This commit is contained in:
David Turner 2020-05-14 11:09:57 +01:00
parent 63cc53e512
commit f0c2c25527
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ public class TaskManagerTests extends ESTestCase {
assertEquals(600000L, total);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/56746")
public void testTrackingChannelTask() throws Exception {
final TaskManager taskManager = new TaskManager(Settings.EMPTY, threadPool, Collections.emptySet());
Set<CancellableTask> cancelledTasks = new HashSet<>();