mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
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:
commit
bd44685ead
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue