Skip to content

Commit

Permalink
Unmute AsyncSearchActionIT#testRemoveAsyncIndex
Browse files Browse the repository at this point in the history
The test failure issue #67974 is already closed out.
  • Loading branch information
jtibshirani committed Jul 13, 2021
1 parent 9a18504 commit 9d08079
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ public void testUpdateStoreKeepAlive() throws Exception {
ensureTaskRemoval(response.getId());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/67974")
public void testRemoveAsyncIndex() throws Exception {
SubmitAsyncSearchRequest request = new SubmitAsyncSearchRequest(indexName);
request.setWaitForCompletionTimeout(TimeValue.timeValueMinutes(10));
Expand Down

0 comments on commit 9d08079

Please sign in to comment.