Merge pull request #123950 from kannon92/move-eviction-tests
move system node critical test to eviction test lane
This commit is contained in:
		@@ -36,7 +36,7 @@ import (
 | 
				
			|||||||
	"github.com/onsi/gomega"
 | 
						"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 := framework.NewDefaultFramework("system-node-critical-pod-test")
 | 
				
			||||||
	f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
 | 
						f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
 | 
				
			||||||
	// this test only manipulates pods in kube-system
 | 
						// this test only manipulates pods in kube-system
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user