Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller committed Oct 16, 2024
1 parent 0b48aa1 commit 0e92e32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollout/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0e92e32

Please sign in to comment.