We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92860e commit 296febbCopy full SHA for 296febb
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java
@@ -103,6 +103,7 @@
103
104
public class IndexFollowingIT extends CcrIntegTestCase {
105
106
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38949")
107
public void testFollowIndex() throws Exception {
108
final int numberOfPrimaryShards = randomIntBetween(1, 3);
109
int numberOfReplicas = between(0, 1);
0 commit comments