Skip to content

Commit c2ccf0f

Browse files
committed
fixup: swap 2ndary crd test operator to quay
Signed-off-by: Janelle Law <[email protected]>
1 parent 32da9d3 commit c2ccf0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/case38_install_operator_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3052,10 +3052,10 @@ var _ = Describe("Testing OperatorPolicy", Label("supports-hosted"), func() {
30523052
})
30533053
})
30543054

3055-
Describe("Testing mustnothave behavior of operator groups in DeleteIfUnused mode", Ordered, func() {
3055+
FDescribe("Testing mustnothave behavior of operator groups in DeleteIfUnused mode", Ordered, func() {
30563056
const (
30573057
opPolYAML = "../resources/case38_operator_install/operator-policy-mustnothave-any-version-apicast.yaml"
3058-
otherYAML = "../resources/case38_operator_install/operator-policy-authorino.yaml"
3058+
otherYAML = "../resources/case38_operator_install/operator-policy-no-group.yaml"
30593059
subName = "apicast-community-operator"
30603060
crdName = "apicasts.apps.3scale.net"
30613061
)
@@ -3070,7 +3070,7 @@ var _ = Describe("Testing OperatorPolicy", Label("supports-hosted"), func() {
30703070
testSuffix := getTestSuffix()
30713071
opPolTestNS = getOpPolTestNS()
30723072
opPolName = "oppol-mustnothave-apicast" + testSuffix
3073-
otherOpPolName = "oppol-authorino" + testSuffix
3073+
otherOpPolName = "oppol-no-group" + testSuffix
30743074
parentPolicyName = getParentPolicyName()
30753075

30763076
preFunc()

0 commit comments

Comments
 (0)