Skip to content

Commit cbae617

Browse files
committed
Mute IndexFollowingIT#testFollowIndex as we await a fix.
Tracked in #41037.
1 parent a417905 commit cbae617

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
@@ -114,6 +114,7 @@
114114

115115
public class IndexFollowingIT extends CcrIntegTestCase {
116116

117+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41037")
117118
public void testFollowIndex() throws Exception {
118119
final int numberOfPrimaryShards = randomIntBetween(1, 3);
119120
int numberOfReplicas = between(0, 1);

0 commit comments

Comments
 (0)