Skip to content

Commit 1319af7

Browse files
committed
AwaitsFix for #109686
1 parent 227034e commit 1319af7

File tree

1 file changed

+1
-0
lines changed
  • server/src/internalClusterTest/java/org/elasticsearch/action/admin/cluster/node/tasks

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/action/admin/cluster/node/tasks/TasksIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ public void onTaskRegistered(Task task) {
488488
}
489489
}
490490

491+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/109686")
491492
public void testTasksCancellation() throws Exception {
492493
// Start blocking test task
493494
// Get real client (the plugin is not registered on transport nodes)

0 commit comments

Comments
 (0)