Mute FollowerFailOverIT testReadRequestsReturnsLatestMappingVersion
Due to https://github.com/elastic/elasticsearch/issues/37807
This commit is contained in:
parent
e1226f69b7
commit
f12bfb4684
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue