e2e: skip the reboot node test case

This commit is contained in:
Dawei Wei
2025-10-12 16:29:32 -07:00
committed by Dawei Wei
parent 63389c2374
commit 9ae5039b7f

View File

@@ -53,6 +53,7 @@ var _ = sigDescribe(feature.Windows, "[Excluded:WindowsDocker] [MinimumKubeletVe
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
ginkgo.It("should run as a reboot process on the host/node", func(ctx context.Context) {
e2eskipper.Skipf("skipping test until graceful shutdown feature enabled")
ginkgo.By("selecting a Windows node")
nodes, err := findWindowsNodes(ctx, f)