We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2934e26 commit 69514a0Copy full SHA for 69514a0
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/AutoFollowIT.java
@@ -123,6 +123,7 @@ public void testCleanFollowedLeaderIndexUUIDs() throws Exception {
123
});
124
}
125
126
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36761")
127
public void testAutoFollowManyIndices() throws Exception {
128
Settings leaderIndexSettings = Settings.builder()
129
.put(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), true)
0 commit comments