Skip to content

Commit fff9914

Browse files
committed
Fix the flaky Job test: TestSuccessPolicy_ReEnabling
1 parent 9e55587 commit fff9914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/job/job_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ func TestSuccessPolicy_ReEnabling(t *testing.T) {
939939
Active: 0,
940940
Succeeded: 3,
941941
Ready: ptr.To[int32](0),
942-
Terminating: ptr.To[int32](2),
942+
Terminating: ptr.To[int32](0),
943943
})
944944
validateIndexedJobPods(ctx, t, clientSet, jobObj, sets.New[int](), "0-2", nil)
945945

0 commit comments

Comments
 (0)