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 0e5bc2c commit 895907dCopy full SHA for 895907d
server/src/internalClusterTest/java/org/elasticsearch/action/admin/cluster/node/tasks/TasksIT.java
@@ -530,6 +530,7 @@ public void testTasksCancellation() throws Exception {
530
);
531
}
532
533
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95325")
534
public void testTasksUnblocking() throws Exception {
535
// Start blocking test task
536
TestTaskPlugin.NodesRequest request = new TestTaskPlugin.NodesRequest("test");
0 commit comments