We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e989ab commit c4277ceCopy full SHA for c4277ce
server/src/test/java/org/elasticsearch/tasks/TaskManagerTests.java
@@ -76,7 +76,6 @@ public void testResultsServiceRetryTotalTime() {
76
assertEquals(600000L, total);
77
}
78
79
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/56746")
80
public void testTrackingChannelTask() throws Exception {
81
final TaskManager taskManager = new TaskManager(Settings.EMPTY, threadPool, Set.of());
82
Set<CancellableTask> cancelledTasks = ConcurrentCollections.newConcurrentSet();
0 commit comments