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