Unverified Commit 5f49f3b8 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #68380 from bsalamat/test-tag-removal

Remove feature tag from ScheudulerPreemption e2e tests
parents 337e0e18 607b9966
...@@ -34,7 +34,7 @@ import ( ...@@ -34,7 +34,7 @@ import (
_ "github.com/stretchr/testify/assert" _ "github.com/stretchr/testify/assert"
) )
var _ = SIGDescribe("SchedulerPreemption [Serial] [Feature:PodPreemption]", func() { var _ = SIGDescribe("SchedulerPreemption [Serial]", func() {
var cs clientset.Interface var cs clientset.Interface
var nodeList *v1.NodeList var nodeList *v1.NodeList
var ns string var ns string
...@@ -315,7 +315,7 @@ var _ = SIGDescribe("SchedulerPreemption [Serial] [Feature:PodPreemption]", func ...@@ -315,7 +315,7 @@ var _ = SIGDescribe("SchedulerPreemption [Serial] [Feature:PodPreemption]", func
}) })
}) })
var _ = SIGDescribe("PodPriorityResolution [Serial] [Feature:PodPreemption]", func() { var _ = SIGDescribe("PodPriorityResolution [Serial]", func() {
var cs clientset.Interface var cs clientset.Interface
var ns string var ns string
f := framework.NewDefaultFramework("sched-pod-priority") f := framework.NewDefaultFramework("sched-pod-priority")
......
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