Mute testReadRequestsReturnLatestMappingVersion (#38438)
* Relates #37807
This commit is contained in:
parent
92bc681705
commit
887fa2c97a
|
@ -234,6 +234,7 @@ public class FollowerFailOverIT extends CcrIntegTestCase {
|
||||||
pauseFollow("follower-index");
|
pauseFollow("follower-index");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37807")
|
||||||
public void testReadRequestsReturnLatestMappingVersion() throws Exception {
|
public void testReadRequestsReturnLatestMappingVersion() throws Exception {
|
||||||
InternalTestCluster leaderCluster = getLeaderCluster();
|
InternalTestCluster leaderCluster = getLeaderCluster();
|
||||||
Settings nodeAttributes = Settings.builder().put("node.attr.box", "large").build();
|
Settings nodeAttributes = Settings.builder().put("node.attr.box", "large").build();
|
||||||
|
|
Loading…
Reference in New Issue