diff --git a/rollout/sync_test.go b/rollout/sync_test.go index 77e66e2c23..d71bb9e496 100644 --- a/rollout/sync_test.go +++ b/rollout/sync_test.go @@ -673,7 +673,6 @@ func TestIsScalingEventMissMatchedDesiredOldReplicas(t *testing.T) { r1.Status.StableRS = stableRs.Labels[v1alpha1.DefaultRolloutUniqueLabelKey] r2 := bumpVersion(r1) r2.Annotations[annotations.RevisionAnnotation] = "2" - //rs2 := newReplicaSetWithStatus(r2, , 0) f.rolloutLister = append(f.rolloutLister, r2) f.objects = append(f.objects, r2)