Merge pull request #130071 from mimowo/automated-cherry-pick-of-#130068-upstream-release-1.31

Automated cherry pick of #130068: Fix the flaky Job test: TestSuccessPolicy_ReEnabling
This commit is contained in:
Kubernetes Prow Robot 2025-02-25 13:06:29 -08:00 committed by GitHub
commit a9964aec6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -880,7 +880,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)