[TEST] Mute RecoveryWithConcurrentIndexing test (#40735)
Due to https://github.com/elastic/elasticsearch/issues/40731 Backport of https://github.com/elastic/elasticsearch/pull/40733
This commit is contained in:
parent
91a74ad799
commit
a3f53cfd05
|
@ -122,6 +122,7 @@ public class RecoveryIT extends AbstractRollingTestCase {
|
||||||
return future;
|
return future;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40731")
|
||||||
public void testRecoveryWithConcurrentIndexing() throws Exception {
|
public void testRecoveryWithConcurrentIndexing() throws Exception {
|
||||||
final String index = "recovery_with_concurrent_indexing";
|
final String index = "recovery_with_concurrent_indexing";
|
||||||
Response response = client().performRequest(new Request("GET", "_nodes"));
|
Response response = client().performRequest(new Request("GET", "_nodes"));
|
||||||
|
|
Loading…
Reference in New Issue