mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #130070 from mimowo/automated-cherry-pick-of-#130068-upstream-release-1.32
Automated cherry pick of #130068: Fix the flaky Job test: TestSuccessPolicy_ReEnabling
This commit is contained in:
commit
403f0ce511
@ -939,7 +939,7 @@ func TestSuccessPolicy_ReEnabling(t *testing.T) {
|
||||
Active: 0,
|
||||
Succeeded: 3,
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user