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

pull/6/head
Madhusudan.C.S 2016-02-17 15:00:53 -08:00
parent 475546be66
commit 31606e6d2f
3 changed files with 3 additions and 3 deletions

View File

@ -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() {

View File

@ -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() {

View File

@ -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)