move system node critical test to eviction test lane

This commit is contained in:
Kevin Hannon 2024-03-15 10:35:02 -04:00
parent 634fc1b483
commit 0bdc4c3911

View File

@ -36,7 +36,7 @@ import (
"github.com/onsi/gomega"
)
var _ = SIGDescribe("SystemNodeCriticalPod", framework.WithSlow(), framework.WithSerial(), framework.WithDisruptive(), nodefeature.SystemNodeCriticalPod, func() {
var _ = SIGDescribe("SystemNodeCriticalPod", framework.WithSlow(), framework.WithSerial(), framework.WithDisruptive(), nodefeature.SystemNodeCriticalPod, nodefeature.Eviction, func() {
f := framework.NewDefaultFramework("system-node-critical-pod-test")
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
// this test only manipulates pods in kube-system