mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[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…
x
Reference in New Issue
Block a user