Skip to content

Commit 3cb5632

Browse files
committed
test: drop cleaning up autoscaler for machine pools
1 parent 0eed1a2 commit 3cb5632

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/e2e/autoscaler.go

-13
Original file line numberDiff line numberDiff line change
@@ -405,19 +405,6 @@ func AutoscalerSpec(ctx context.Context, inputGetter func() AutoscalerSpecInput)
405405
WaitForMachinePool: input.E2EConfig.GetIntervals(specName, "wait-controllers"),
406406
})
407407
}
408-
409-
By("Disabling the autoscaler for MachineDeployments to test MachinePools")
410-
framework.DisableAutoscalerForMachinePoolTopologyAndWait(ctx, framework.DisableAutoscalerForMachinePoolTopologyAndWaitInput{
411-
ClusterProxy: input.BootstrapClusterProxy,
412-
Cluster: clusterResources.Cluster,
413-
WaitForAnnotationsToBeDropped: input.E2EConfig.GetIntervals(specName, "wait-controllers"),
414-
})
415-
416-
By("Deleting the MachineDeployment scale up deployment")
417-
framework.DeleteScaleUpDeploymentAndWait(ctx, framework.DeleteScaleUpDeploymentAndWaitInput{
418-
ClusterProxy: workloadClusterProxy,
419-
WaitForDelete: input.E2EConfig.GetIntervals(specName, "wait-autoscaler"),
420-
})
421408
}
422409

423410
By("PASSED!")

0 commit comments

Comments
 (0)