Skip to content

Commit f1ea945

Browse files
committed
Add comment
1 parent c07f682 commit f1ea945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/cluster/metadata/IndexCreationTaskTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ private ClusterState executeTask() throws Exception {
433433

434434
@Override
435435
protected void checkShardLimit(final Settings settings, final ClusterState clusterState) {
436-
436+
// we have to make this a no-op since we are not mocking enough for this method to be able to execute
437437
}
438438

439439
};

0 commit comments

Comments
 (0)