Skip to content

Commit

Permalink
test/e2e: no longer need label
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kuznetsov <[email protected]>
  • Loading branch information
stevekuznetsov committed Nov 30, 2023
1 parent 79b4d41 commit 98fe8e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/e2e/subscription_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3081,9 +3081,6 @@ var (
dummyCatalogConfigMap = &corev1.ConfigMap{
ObjectMeta: metav1.ObjectMeta{
Name: catalogConfigMapName,
Labels: map[string]string{
install.OLMManagedLabelKey: install.OLMManagedLabelValue,
},
},
Data: map[string]string{},
}
Expand Down

0 comments on commit 98fe8e5

Please sign in to comment.