Skip to content

Commit

Permalink
[TEST] RecoveryWithConcurrentIndexing test (#40733)
Browse files Browse the repository at this point in the history
Due to #40731
  • Loading branch information
dliappis committed Apr 2, 2019
1 parent 10834a1 commit eb8a591
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ protected void doRun() throws Exception {
return future;
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40731")
public void testRecoveryWithConcurrentIndexing() throws Exception {
final String index = "recovery_with_concurrent_indexing";
Response response = client().performRequest(new Request("GET", "_nodes"));
Expand Down

0 comments on commit eb8a591

Please sign in to comment.