Merge pull request #132317 from pohly/dra-kubelet-version-skew-labels

DRA E2E: label tests which need a certain minimum kubelet, II
This commit is contained in:
Kubernetes Prow Robot 2025-06-16 00:39:02 -07:00 committed by GitHub
commit bd44685ead
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2192,7 +2192,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.