Mute FollowerFailOverIT testReadRequestsReturnsLatestMappingVersion

Due to https://github.com/elastic/elasticsearch/issues/37807
This commit is contained in:
David Roberts 2019-01-24 09:58:50 +00:00
parent e1226f69b7
commit f12bfb4684
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ public class FollowerFailOverIT extends CcrIntegTestCase {
pauseFollow("follower-index");
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37807")
public void testReadRequestsReturnsLatestMappingVersion() throws Exception {
InternalTestCluster leaderCluster = getLeaderCluster();
Settings nodeAttributes = Settings.builder().put("node.attr.box", "large").build();