Disable equivalence cache by default in the scheduler integration tests

This commit is contained in:
Bobby (Babak) Salamat
2018-11-13 10:59:38 -08:00
parent bfb95290b9
commit 1b8e1d9ed8
4 changed files with 8 additions and 11 deletions

View File

@@ -94,9 +94,6 @@ func createSchedulerConfigurator(
informerFactory informers.SharedInformerFactory,
stopCh <-chan struct{},
) factory.Configurator {
// Enable EnableEquivalenceClassCache for all integration tests.
utilfeature.DefaultFeatureGate.Set("EnableEquivalenceClassCache=true")
return factory.NewConfigFactory(&factory.ConfigFactoryArgs{
SchedulerName: v1.DefaultSchedulerName,
Client: clientSet,