Mute ShardChangesIT#testFollowIndex
This commit is contained in:
parent
5e81a20171
commit
f25ee254cc
|
@ -145,7 +145,7 @@ public class ShardChangesIT extends ESIntegTestCase {
|
|||
assertThat(operation.id(), equalTo("5"));
|
||||
}
|
||||
|
||||
// @TestLogging("org.elasticsearch.xpack.ccr.action:DEBUG")
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30227")
|
||||
public void testFollowIndex() throws Exception {
|
||||
final int numberOfPrimaryShards = randomIntBetween(1, 3);
|
||||
final String leaderIndexSettings = getIndexSettings(numberOfPrimaryShards,
|
||||
|
|
Loading…
Reference in New Issue