Skip to content

Commit

Permalink
Mute testReadRequestsReturnLatestMappingVersion (#38438)
Browse files Browse the repository at this point in the history
* Relates #37807
  • Loading branch information
original-brownbear authored Feb 5, 2019
1 parent 92bc681 commit 887fa2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public void testAddNewReplicasOnFollower() throws Exception {
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();
Expand Down

0 comments on commit 887fa2c

Please sign in to comment.