DRA E2E: label tests which need a certain minimum kubelet, II

Commit 71b2f32d70 missed one test which needs the
"kubelet >= 1.33" label because that test didn't run in the canary
presubmit. It's now failing in the ci-kind-dra-n-2 job.
This commit is contained in:
Patrick Ohly 2025-06-12 18:16:04 +02:00
parent 71b2f32d70
commit 233a0aeedb

View file

@ -2185,7 +2185,7 @@ var _ = framework.SIGDescribe("node")(framework.WithLabel("DRA"), feature.Dynami
framework.ExpectNoError(e2epod.WaitForPodNotFoundInNamespace(ctx, f.ClientSet, pod.Name, pod.Namespace, f.Timeouts.PodDelete))
})
f.It("sequential update with pods replacing each other", framework.WithSlow(), func(ctx context.Context) {
f.It("sequential update with pods replacing each other", f.WithLabel("KubeletMinVersion:1.33"), framework.WithSlow(), func(ctx context.Context) {
nodes := NewNodesNow(ctx, f, 1, 1)
// Same driver name, same socket path.