Skip to content

Commit 89c15b5

Browse files
committed
Disable csi features
1 parent f8fec55 commit 89c15b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/simulator/clustersnapshot/predicate/plugin_runner_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ func newTestPluginRunnerAndSnapshot(schedConfig *config.KubeSchedulerConfigurati
364364
if err != nil {
365365
return nil, nil, err
366366
}
367-
snapshot := NewPredicateSnapshot(store.NewBasicSnapshotStore(), fwHandle, true, 1, true)
367+
snapshot := NewPredicateSnapshot(store.NewBasicSnapshotStore(), fwHandle, true, 1, false)
368368
return NewSchedulerPluginRunner(fwHandle, snapshot, 1), snapshot, nil
369369
}
370370

0 commit comments

Comments
 (0)