Mute failing test

Tracking #38100
This commit is contained in:
Alpar Torok 2019-01-31 17:01:16 +02:00
parent f15d7b9b91
commit b7de8e1d1e
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ public class CcrRepositoryIT extends CcrIntegTestCase {
assertNotEquals(leaderMetadata.getIndexUUID(), followerMetadata.getIndexUUID());
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38100")
public void testDocsAreRecovered() throws Exception {
String leaderClusterRepoName = CcrRepository.NAME_PREFIX + "leader_cluster";
String leaderIndex = "index1";