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