diff --git a/test/e2e/case38_install_operator_test.go b/test/e2e/case38_install_operator_test.go index 828ec1f7..3c89d812 100644 --- a/test/e2e/case38_install_operator_test.go +++ b/test/e2e/case38_install_operator_test.go @@ -2620,7 +2620,7 @@ var _ = Describe("Testing OperatorPolicy", Ordered, Label("hosted-as-well"), fun checkCompliance(opPolName, opPolTestNS, eventuallyTimeout, policyv1.Compliant) }) }) - FDescribe("Testing mustnothave behavior for an operator group that is different than the specified one", func() { + Describe("Testing mustnothave behavior for an operator group that is different than the specified one", func() { const ( opPolYAML = "../resources/case38_operator_install/operator-policy-with-group.yaml" opPolName = "oppol-with-group" @@ -2699,7 +2699,7 @@ var _ = Describe("Testing OperatorPolicy", Ordered, Label("hosted-as-well"), fun }, olmWaitTimeout, 5, ctx).ShouldNot(BeNil()) By("Waiting for the policy to become compliant, indicating the operator is installed") - // checkCompliance(opPolName, opPolTestNS, olmWaitTimeout, policyv1.Compliant) + checkCompliance(opPolName, opPolTestNS, olmWaitTimeout, policyv1.Compliant) By("Verifying that an operator group exists") Eventually(func(g Gomega) []unstructured.Unstructured {