Commit 31606e6d authored by Madhusudan.C.S's avatar Madhusudan.C.S

Remove Deployment and DaemonSet "Feature:" tags from e2e tests.

parent 475546be
......@@ -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() {
......
......@@ -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() {
......
......@@ -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)
......
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