Skip to content

Commit

Permalink
[TEST] Mute RecoveryWithConcurrentIndexing test (#40735)
Browse files Browse the repository at this point in the history
Due to #40731

Backport of #40733
  • Loading branch information
dliappis committed Apr 2, 2019
1 parent 91a74ad commit a3f53cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,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 a3f53cf

Please sign in to comment.