Skip to content

Commit

Permalink
Merge pull request kubernetes#17716 from piosz/hpa-fix
Browse files Browse the repository at this point in the history
Re-enabled HPA e2e in autoscaling suite
  • Loading branch information
mwielgus committed Nov 24, 2015
2 parents b8f353c + fa2cb57 commit a5f9a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/horizontal_pod_autoscaling.go
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit a5f9a75

Please sign in to comment.