Skip to content

Commit 8ccba7f

Browse files
authored
Merge pull request kubernetes#130068 from mimowo/fix-flaky-job-test
Fix the flaky Job test: TestSuccessPolicy_ReEnabling
2 parents a6c8fb3 + fff9914 commit 8ccba7f

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)