mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
parent
63cc53e512
commit
f0c2c25527
@ -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<>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user