We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a417905 commit cbae617Copy full SHA for cbae617
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java
@@ -114,6 +114,7 @@
114
115
public class IndexFollowingIT extends CcrIntegTestCase {
116
117
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41037")
118
public void testFollowIndex() throws Exception {
119
final int numberOfPrimaryShards = randomIntBetween(1, 3);
120
int numberOfReplicas = between(0, 1);
0 commit comments