Mute testReadRequestsReturnLatestMappingVersion (#38438)

* Relates #37807
This commit is contained in:
Armin Braun 2019-02-05 17:10:12 +01:00 committed by GitHub
parent 92bc681705
commit 887fa2c97a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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