We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bc681 commit 887fa2cCopy full SHA for 887fa2c
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java
@@ -234,6 +234,7 @@ public void testAddNewReplicasOnFollower() throws Exception {
234
pauseFollow("follower-index");
235
}
236
237
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37807")
238
public void testReadRequestsReturnLatestMappingVersion() throws Exception {
239
InternalTestCluster leaderCluster = getLeaderCluster();
240
Settings nodeAttributes = Settings.builder().put("node.attr.box", "large").build();
0 commit comments