Commit 2ed83e11 authored by Dan Gillespie's avatar Dan Gillespie

Disable Horizontal Pod Autoscaler upgrade tests until they can be debugged. They…

Disable Horizontal Pod Autoscaler upgrade tests until they can be debugged. They were causing upgrades to timeout
parent 68a858f7
...@@ -33,7 +33,8 @@ var upgradeTests = []upgrades.Test{ ...@@ -33,7 +33,8 @@ var upgradeTests = []upgrades.Test{
&upgrades.DeploymentUpgradeTest{}, &upgrades.DeploymentUpgradeTest{},
&upgrades.JobUpgradeTest{}, &upgrades.JobUpgradeTest{},
&upgrades.ConfigMapUpgradeTest{}, &upgrades.ConfigMapUpgradeTest{},
&upgrades.HPAUpgradeTest{}, // Disabling until can be debugged, causing upgrade jobs to timeout
// &upgrades.HPAUpgradeTest{},
&upgrades.PersistentVolumeUpgradeTest{}, &upgrades.PersistentVolumeUpgradeTest{},
&upgrades.DaemonSetUpgradeTest{}, &upgrades.DaemonSetUpgradeTest{},
&upgrades.IngressUpgradeTest{}, &upgrades.IngressUpgradeTest{},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment