We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07f682 commit f1ea945Copy full SHA for f1ea945
server/src/test/java/org/elasticsearch/cluster/metadata/IndexCreationTaskTests.java
@@ -433,7 +433,7 @@ private ClusterState executeTask() throws Exception {
433
434
@Override
435
protected void checkShardLimit(final Settings settings, final ClusterState clusterState) {
436
-
+ // we have to make this a no-op since we are not mocking enough for this method to be able to execute
437
}
438
439
};
0 commit comments