Skip to content

Commit f12bfb4

Browse files
committed
Mute FollowerFailOverIT testReadRequestsReturnsLatestMappingVersion
Due to #37807
1 parent e1226f6 commit f12bfb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ public void testAddNewReplicasOnFollower() throws Exception {
230230
pauseFollow("follower-index");
231231
}
232232

233+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37807")
233234
public void testReadRequestsReturnsLatestMappingVersion() throws Exception {
234235
InternalTestCluster leaderCluster = getLeaderCluster();
235236
Settings nodeAttributes = Settings.builder().put("node.attr.box", "large").build();

0 commit comments

Comments
 (0)