mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	test/e2e_node: Add Node-exclusive feature tags to existing tests
This commit is contained in:
		| @@ -40,7 +40,7 @@ import ( | ||||
| 	. "github.com/onsi/gomega" | ||||
| ) | ||||
|  | ||||
| var _ = framework.KubeDescribe("AppArmor [Feature:AppArmor]", func() { | ||||
| var _ = framework.KubeDescribe("AppArmor [Feature:AppArmor][NodeFeature:AppArmor]", func() { | ||||
| 	if isAppArmorEnabled() { | ||||
| 		BeforeEach(func() { | ||||
| 			By("Loading AppArmor profiles for testing") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user