Disable Horizontal Pod Autoscaler upgrade tests until they can be debugged. They were causing upgrades to timeout

This commit is contained in:
Dan Gillespie 2017-03-23 10:10:58 -07:00
parent 68a858f7da
commit 2ed83e118f

View File

@ -33,7 +33,8 @@ var upgradeTests = []upgrades.Test{
&upgrades.DeploymentUpgradeTest{},
&upgrades.JobUpgradeTest{},
&upgrades.ConfigMapUpgradeTest{},
&upgrades.HPAUpgradeTest{},
// Disabling until can be debugged, causing upgrade jobs to timeout
// &upgrades.HPAUpgradeTest{},
&upgrades.PersistentVolumeUpgradeTest{},
&upgrades.DaemonSetUpgradeTest{},
&upgrades.IngressUpgradeTest{},