From 31606e6d2fc0dd14a9fd1c5bb479ad5169f06197 Mon Sep 17 00:00:00 2001 From: "Madhusudan.C.S" Date: Wed, 17 Feb 2016 15:00:53 -0800 Subject: [PATCH] Remove Deployment and DaemonSet "Feature:" tags from e2e tests. --- test/e2e/daemon_set.go | 2 +- test/e2e/deployment.go | 2 +- test/e2e/horizontal_pod_autoscaling.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/e2e/daemon_set.go b/test/e2e/daemon_set.go index b0b0e4ecafd..c79af5c0686 100644 --- a/test/e2e/daemon_set.go +++ b/test/e2e/daemon_set.go @@ -48,7 +48,7 @@ const ( daemonsetColorLabel = daemonsetLabelPrefix + "color" ) -var _ = Describe("Daemon set [Feature:DaemonSet]", func() { +var _ = Describe("Daemon set", func() { var f *Framework AfterEach(func() { diff --git a/test/e2e/deployment.go b/test/e2e/deployment.go index 331b3fa3ab0..2c0369b5a82 100644 --- a/test/e2e/deployment.go +++ b/test/e2e/deployment.go @@ -35,7 +35,7 @@ import ( . "github.com/onsi/gomega" ) -var _ = Describe("Deployment [Feature:Deployment]", func() { +var _ = Describe("Deployment", func() { f := NewFramework("deployment") It("deployment should create new pods", func() { diff --git a/test/e2e/horizontal_pod_autoscaling.go b/test/e2e/horizontal_pod_autoscaling.go index 57a5569e20a..f1e68bf170c 100644 --- a/test/e2e/horizontal_pod_autoscaling.go +++ b/test/e2e/horizontal_pod_autoscaling.go @@ -42,7 +42,7 @@ var _ = Describe("Horizontal pod autoscaling (scale resource: CPU) [Serial] [Slo titleDown := "Should scale from 5 pods to 3 pods and from 3 to 1" // TODO(madhusudancs): Fix this when Scale group issues are resolved (see issue #18528). - // Describe("Deployment [Feature:Deployment]", func() { + // Describe("Deployment", func() { // // CPU tests via deployments // It(titleUp, func() { // scaleUp("deployment", kindDeployment, rc, f)