Skip to content

Commit 296febb

Browse files
committed
[CI] Muting method testFollowIndex in IndexFollowingIT
Relates to #38949
1 parent c92860e commit 296febb

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/IndexFollowingIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103

104104
public class IndexFollowingIT extends CcrIntegTestCase {
105105

106+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38949")
106107
public void testFollowIndex() throws Exception {
107108
final int numberOfPrimaryShards = randomIntBetween(1, 3);
108109
int numberOfReplicas = between(0, 1);

0 commit comments

Comments
 (0)