AwaitsFix for #54180
This commit is contained in:
parent
3e1fc8a5c9
commit
f48e8f31b9
|
@ -252,6 +252,7 @@ public class AsyncSearchActionTests extends AsyncSearchIntegTestCase {
|
|||
assertThat(exc.getMessage(), containsString("no such index"));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54180")
|
||||
public void testCancellation() throws Exception {
|
||||
SubmitAsyncSearchRequest request = new SubmitAsyncSearchRequest(indexName);
|
||||
request.getSearchRequest().source(
|
||||
|
|
Loading…
Reference in New Issue