mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
Merge pull request #17639 from piosz/hpa-e2e
Enabled HPA e2e tests for 1.1 release
This commit is contained in:
@@ -50,10 +50,10 @@ var _ = Describe("Horizontal pod autoscaling", func() {
|
||||
})
|
||||
|
||||
// CPU tests via replication controllers
|
||||
It(fmt.Sprintf(titleUp, "[Autoscaling Suite]", kindRC), func() {
|
||||
It(fmt.Sprintf(titleUp, "[Skipped][Autoscaling Suite]", kindRC), func() {
|
||||
scaleUp("rc", kindRC, rc, f)
|
||||
})
|
||||
It(fmt.Sprintf(titleDown, "[Autoscaling Suite]", kindRC), func() {
|
||||
It(fmt.Sprintf(titleDown, "[Skipped][Autoscaling Suite]", kindRC), func() {
|
||||
scaleDown("rc", kindRC, rc, f)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user