mirror of https://github.com/k3s-io/k3s
Remove Deployment and DaemonSet "Feature:" tags from e2e tests.
parent
475546be66
commit
31606e6d2f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue