From 4890928b78a090ae98e2f6901935e1adaf536441 Mon Sep 17 00:00:00 2001 From: kannon92 Date: Fri, 13 Jan 2023 16:48:35 +0000 Subject: [PATCH] tracking with finalizers is the default way for the job controller --- pkg/controller/job/job_controller_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/controller/job/job_controller_test.go b/pkg/controller/job/job_controller_test.go index 67fa43c785a..e5ea29c9ff5 100644 --- a/pkg/controller/job/job_controller_test.go +++ b/pkg/controller/job/job_controller_test.go @@ -234,7 +234,6 @@ func TestControllerSyncJob(t *testing.T) { expectedConditionReason string expectedCreatedIndexes sets.Int - // only applicable to tracking with finalizers expectedPodPatches int // features @@ -3111,7 +3110,6 @@ func TestGetPodsForJob(t *testing.T) { jobDeletedInCache bool pods []*v1.Pod wantPods []string - // only applicable to tracking with finalizers wantPodsFinalizer []string }{ "only matching": {