Mute IndexFollowingIT#testFollowIndex as we await a fix.
Tracked in #41037.
This commit is contained in:
parent
a417905098
commit
cbae617898
|
@ -114,6 +114,7 @@ import static org.hamcrest.Matchers.nullValue;
|
|||
|
||||
public class IndexFollowingIT extends CcrIntegTestCase {
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41037")
|
||||
public void testFollowIndex() throws Exception {
|
||||
final int numberOfPrimaryShards = randomIntBetween(1, 3);
|
||||
int numberOfReplicas = between(0, 1);
|
||||
|
|
Loading…
Reference in New Issue