Commit a5f9a759 authored by Marcin Wielgus's avatar Marcin Wielgus

Merge pull request #17716 from piosz/hpa-fix

Re-enabled HPA e2e in autoscaling suite
parents b8f353cf fa2cb57d
...@@ -49,7 +49,7 @@ var _ = Describe("Horizontal pod autoscaling (scale resource: CPU) [Skipped]", f ...@@ -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 // CPU tests via replication controllers
It(titleUp, func() { It(titleUp, func() {
scaleUp("rc", kindRC, rc, f) scaleUp("rc", kindRC, rc, f)
......
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