From 607b99666c9e91f088f7a3f09c3b6f8ea610924b Mon Sep 17 00:00:00 2001 From: "Bobby (Babak) Salamat" Date: Thu, 6 Sep 2018 15:18:16 -0700 Subject: [PATCH] Remove feature tag from ScheudulerPreemption tests --- test/e2e/scheduling/preemption.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/scheduling/preemption.go b/test/e2e/scheduling/preemption.go index 1ee85ede306..0f47f656a8a 100644 --- a/test/e2e/scheduling/preemption.go +++ b/test/e2e/scheduling/preemption.go @@ -34,7 +34,7 @@ import ( _ "github.com/stretchr/testify/assert" ) -var _ = SIGDescribe("SchedulerPreemption [Serial] [Feature:PodPreemption]", func() { +var _ = SIGDescribe("SchedulerPreemption [Serial]", func() { var cs clientset.Interface var nodeList *v1.NodeList var ns string @@ -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 ns string f := framework.NewDefaultFramework("sched-pod-priority")