Skip to content

Commit

Permalink
Mute failing test
Browse files Browse the repository at this point in the history
Tracking #38100
  • Loading branch information
alpar-t committed Jan 31, 2019
1 parent f15d7b9 commit b7de8e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public void testThatRepositoryRecoversEmptyIndexBasedOnLeaderSettings() throws I
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";
Expand Down

0 comments on commit b7de8e1

Please sign in to comment.