Merge pull request #118665 from bart0sh/PR119-DRA-E2E-remove-NodeFeature

DRA Node E2E: remove NodeFeature label
This commit is contained in:
Kubernetes Prow Robot 2023-06-14 18:10:18 -07:00 committed by GitHub
commit e56002ab04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ const (
podInPendingStateTimeout = time.Second * 60 // how long to wait for a pod to stay in pending state
)
var _ = ginkgo.Describe("[sig-node] DRA [Feature:DynamicResourceAllocation][NodeFeature:DynamicResourceAllocation]", func() {
var _ = ginkgo.Describe("[sig-node] DRA [Feature:DynamicResourceAllocation]", func() {
f := framework.NewDefaultFramework("dra-node")
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelBaseline