[CI] Muting method testFollowIndex in IndexFollowingIT
Relates to #38949
This commit is contained in:
parent
78541dfb2a
commit
b19b778cbb
|
@ -103,6 +103,7 @@ import static org.hamcrest.Matchers.nullValue;
|
|||
|
||||
public class IndexFollowingIT extends CcrIntegTestCase {
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38949")
|
||||
public void testFollowIndex() throws Exception {
|
||||
final int numberOfPrimaryShards = randomIntBetween(1, 3);
|
||||
int numberOfReplicas = between(0, 1);
|
||||
|
|
Loading…
Reference in New Issue