Skip to content

Commit 532bb6a

Browse files
committed
fit test failure
1 parent 0317323 commit 532bb6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x-pack/plugin/ml/src/internalClusterTest/java/org/elasticsearch/xpack/ml/integration/UnusedStatsRemoverIT.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
import org.elasticsearch.xpack.core.ml.utils.ToXContentParams;
3939
import org.elasticsearch.xpack.ml.inference.persistence.TrainedModelProvider;
4040
import org.elasticsearch.xpack.ml.job.retention.UnusedStatsRemover;
41-
import org.elasticsearch.xpack.ml.job.retention.WritableIndexExpander;
4241
import org.elasticsearch.xpack.ml.support.BaseMlIntegTestCase;
4342
import org.junit.Before;
4443

@@ -49,12 +48,10 @@
4948
public class UnusedStatsRemoverIT extends BaseMlIntegTestCase {
5049

5150
private OriginSettingClient client;
52-
private WritableIndexExpander writableIndexExpander;
5351

5452
@Before
5553
public void createComponents() {
5654
client = new OriginSettingClient(client(), ClientHelper.ML_ORIGIN);
57-
writableIndexExpander = new WritableIndexExpander(clusterService(), TestIndexNameExpressionResolver.newInstance());
5855
PlainActionFuture<Boolean> future = new PlainActionFuture<>();
5956
MlStatsIndex.createStatsIndexAndAliasIfNecessary(
6057
client(),

0 commit comments

Comments
 (0)