Mute test #38949
This commit is contained in:
parent
b660d2cac6
commit
4fd1f8048d
|
@ -218,6 +218,7 @@ public class IndexFollowingIT extends CcrIntegTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38949")
|
||||
public void testFollowIndexWithConcurrentMappingChanges() throws Exception {
|
||||
final int numberOfPrimaryShards = randomIntBetween(1, 3);
|
||||
final String leaderIndexSettings = getIndexSettings(numberOfPrimaryShards, between(0, 1),
|
||||
|
|
Loading…
Reference in New Issue