From 0bdc4c3911288938ccfdd82bb23154e71d08faa2 Mon Sep 17 00:00:00 2001 From: Kevin Hannon Date: Fri, 15 Mar 2024 10:35:02 -0400 Subject: [PATCH] move system node critical test to eviction test lane --- test/e2e_node/system_node_critical_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/system_node_critical_test.go b/test/e2e_node/system_node_critical_test.go index d4a314e03bf..7d0d8c30248 100644 --- a/test/e2e_node/system_node_critical_test.go +++ b/test/e2e_node/system_node_critical_test.go @@ -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