Skip to content

Commit

Permalink
Mute CcrRepositoryIT#testFollowerMappingIsUpdated
Browse files Browse the repository at this point in the history
Tracked in #37887.
  • Loading branch information
jtibshirani committed Jan 25, 2019
1 parent 3507caa commit 8dfa241
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ public void testRateLimitingIsEmployed() throws Exception {
assertAcked(followerClient().admin().cluster().updateSettings(settingsRequest).actionGet());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37887")
public void testFollowerMappingIsUpdated() throws IOException {
String leaderClusterRepoName = CcrRepository.NAME_PREFIX + "leader_cluster";
String leaderIndex = "index1";
Expand Down

0 comments on commit 8dfa241

Please sign in to comment.