mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Fix the flaky Job test: TestSuccessPolicy_ReEnabling
This commit is contained in:
parent
f5fd936df4
commit
087e65b19b
@ -880,7 +880,7 @@ func TestSuccessPolicy_ReEnabling(t *testing.T) {
|
|||||||
Active: 0,
|
Active: 0,
|
||||||
Succeeded: 3,
|
Succeeded: 3,
|
||||||
Ready: ptr.To[int32](0),
|
Ready: ptr.To[int32](0),
|
||||||
Terminating: ptr.To[int32](2),
|
Terminating: ptr.To[int32](0),
|
||||||
})
|
})
|
||||||
validateIndexedJobPods(ctx, t, clientSet, jobObj, sets.New[int](), "0-2", nil)
|
validateIndexedJobPods(ctx, t, clientSet, jobObj, sets.New[int](), "0-2", nil)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user