Skip to content

Commit

Permalink
Fix e2e for TestManualRulesTailoredProfile
Browse files Browse the repository at this point in the history
We were using DisableOutdatedReferenceValidation as a label instead of an annotation, this commit fixes it
  • Loading branch information
Vincent056 committed Mar 4, 2024
1 parent 479601a commit 1702404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/parallel/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2712,7 +2712,7 @@ func TestManualRulesTailoredProfile(t *testing.T) {
ObjectMeta: metav1.ObjectMeta{
Name: suiteName,
Namespace: f.OperatorNamespace,
Labels: map[string]string{
Annotations: map[string]string{
compv1alpha1.DisableOutdatedReferenceValidation: "true",
},
},
Expand Down

0 comments on commit 1702404

Please sign in to comment.