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