Skip to content

Commit 1c250ae

Browse files
iverasetalevy
authored andcommitted
[CI] Muting method testFollowIndex in IndexFollowingIT
Relates to #38949
1 parent 104dfee commit 1c250ae

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111

112112
public class IndexFollowingIT extends CcrIntegTestCase {
113113

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

0 commit comments

Comments
 (0)