mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Re-enabled HPA e2e in autoscaling suite
This commit is contained in:
parent
949cf9e9da
commit
fa2cb57d0f
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ var _ = Describe("Horizontal pod autoscaling (scale resource: CPU) [Skipped]", f
|
|||
})
|
||||
})
|
||||
|
||||
Describe("ReplicationController", func() {
|
||||
Describe("[Autoscaling] ReplicationController", func() {
|
||||
// CPU tests via replication controllers
|
||||
It(titleUp, func() {
|
||||
scaleUp("rc", kindRC, rc, f)
|
||||
|
|
|
|||
Loading…
Reference in a new issue