Mute TaskManagerTests#testTrackingChannelTask

It fails sometimes. Tracked by #56746.
This commit is contained in:
Nik Everett 2020-05-15 16:45:47 -04:00
parent 7b626826eb
commit f3e962707b
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 = ConcurrentCollections.newConcurrentSet();