mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 05:44:59 +00:00
Mute ClusterShardLimitIT.testIndexCreationOverLimitFromTemplate
Relates #47107
This commit is contained in:
parent
a4cecc54ab
commit
81cbd3fba4
@ -102,6 +102,7 @@ public class ClusterShardLimitIT extends ESIntegTestCase {
|
||||
assertFalse(clusterState.getMetaData().hasIndex("should-fail"));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47107")
|
||||
public void testIndexCreationOverLimitFromTemplate() {
|
||||
int dataNodes = client().admin().cluster().prepareState().get().getState().getNodes().getDataNodes().size();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user