mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Remove Deployment and DaemonSet "Feature:" tags from e2e tests.
This commit is contained in:
parent
475546be66
commit
31606e6d2f
@ -48,7 +48,7 @@ const (
|
|||||||
daemonsetColorLabel = daemonsetLabelPrefix + "color"
|
daemonsetColorLabel = daemonsetLabelPrefix + "color"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = Describe("Daemon set [Feature:DaemonSet]", func() {
|
var _ = Describe("Daemon set", func() {
|
||||||
var f *Framework
|
var f *Framework
|
||||||
|
|
||||||
AfterEach(func() {
|
AfterEach(func() {
|
||||||
|
@ -35,7 +35,7 @@ import (
|
|||||||
. "github.com/onsi/gomega"
|
. "github.com/onsi/gomega"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = Describe("Deployment [Feature:Deployment]", func() {
|
var _ = Describe("Deployment", func() {
|
||||||
f := NewFramework("deployment")
|
f := NewFramework("deployment")
|
||||||
|
|
||||||
It("deployment should create new pods", func() {
|
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"
|
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).
|
// 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
|
// // CPU tests via deployments
|
||||||
// It(titleUp, func() {
|
// It(titleUp, func() {
|
||||||
// scaleUp("deployment", kindDeployment, rc, f)
|
// scaleUp("deployment", kindDeployment, rc, f)
|
||||||
|
Loading…
Reference in New Issue
Block a user