Merge pull request #17587 from piosz/deployment-e2e

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-11-20 17:07:30 -08:00
commit 28dedac286
1 changed files with 2 additions and 2 deletions

View File

@ -42,10 +42,10 @@ var _ = Describe("Horizontal pod autoscaling", func() {
titleDown := "%s should scale from 5 pods to 3 pods and from 3 to 1 (via %s, with scale resource: CPU)"
// CPU tests via deployments
It(fmt.Sprintf(titleUp, "[Autoscaling Suite]", kindDeployment), func() {
It(fmt.Sprintf(titleUp, "[Skipped]", kindDeployment), func() {
scaleUp("deployment", kindDeployment, rc, f)
})
It(fmt.Sprintf(titleDown, "[Autoscaling Suite]", kindDeployment), func() {
It(fmt.Sprintf(titleDown, "[Skipped]", kindDeployment), func() {
scaleDown("deployment", kindDeployment, rc, f)
})