Skip to content

Commit

Permalink
AwaitsFix for #54180
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Mar 26, 2020
1 parent c466881 commit 7491f7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ public void testNoIndex() throws Exception {
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(
Expand Down

0 comments on commit 7491f7f

Please sign in to comment.