Skip to content

Commit a16bc9f

Browse files
stevekuznetsovci-robot
authored andcommitted
test/e2e: no longer need label
Signed-off-by: Steve Kuznetsov <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: 98fe8e536ed6298e4037fbaeb211fb91b8e25f83
1 parent 26545b1 commit a16bc9f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

staging/operator-lifecycle-manager/test/e2e/subscription_e2e_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3081,9 +3081,6 @@ var (
30813081
dummyCatalogConfigMap = &corev1.ConfigMap{
30823082
ObjectMeta: metav1.ObjectMeta{
30833083
Name: catalogConfigMapName,
3084-
Labels: map[string]string{
3085-
install.OLMManagedLabelKey: install.OLMManagedLabelValue,
3086-
},
30873084
},
30883085
Data: map[string]string{},
30893086
}

0 commit comments

Comments
 (0)