mute TasksClientDocumentationIT testCancelTasks
This commit mutes this test, which has failed twice in CI today. See #35514
This commit is contained in:
parent
b9eb5f7b63
commit
634bc9d4ea
|
@ -150,6 +150,7 @@ public class TasksClientDocumentationIT extends ESRestHighLevelClientTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35514")
|
||||
@SuppressWarnings("unused")
|
||||
public void testCancelTasks() throws IOException {
|
||||
RestHighLevelClient client = highLevelClient();
|
||||
|
|
Loading…
Reference in New Issue