diff --git a/test/integration/job/job_test.go b/test/integration/job/job_test.go index 4d94c8359c9..de65fc9ee17 100644 --- a/test/integration/job/job_test.go +++ b/test/integration/job/job_test.go @@ -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)