diff --git a/pkg/controller/job/job_controller_test.go b/pkg/controller/job/job_controller_test.go index 28b3dd6828e..038ae52e5f9 100644 --- a/pkg/controller/job/job_controller_test.go +++ b/pkg/controller/job/job_controller_test.go @@ -238,7 +238,6 @@ func TestControllerSyncJob(t *testing.T) { expectedConditionReason string expectedCreatedIndexes sets.Int - // only applicable to tracking with finalizers expectedPodPatches int // features @@ -3112,7 +3111,6 @@ func TestGetPodsForJob(t *testing.T) { jobDeletedInCache bool pods []*v1.Pod wantPods []string - // only applicable to tracking with finalizers wantPodsFinalizer []string }{ "only matching": {