Skip to content

Commit c4277ce

Browse files
committed
Unmute testTrackingChannelTask
Fixed in #56775
1 parent 7e989ab commit c4277ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/org/elasticsearch/tasks/TaskManagerTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public void testResultsServiceRetryTotalTime() {
7676
assertEquals(600000L, total);
7777
}
7878

79-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/56746")
8079
public void testTrackingChannelTask() throws Exception {
8180
final TaskManager taskManager = new TaskManager(Settings.EMPTY, threadPool, Set.of());
8281
Set<CancellableTask> cancelledTasks = ConcurrentCollections.newConcurrentSet();

0 commit comments

Comments
 (0)