Mute testRelocationWithConcurrentIndexing

Tracked at #34950
This commit is contained in:
Nhat Nguyen 2018-10-28 18:51:48 -04:00
parent 14fb7edc1d
commit 4e5c305225
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ public class RecoveryIT extends AbstractRollingTestCase {
return null;
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34950")
public void testRelocationWithConcurrentIndexing() throws Exception {
final String index = "relocation_with_concurrent_indexing";
switch (CLUSTER_TYPE) {