Skip to content

Commit

Permalink
recover
Browse files Browse the repository at this point in the history
Signed-off-by: yiraeChristineKim <yikim@redhat.com>
  • Loading branch information
yiraeChristineKim committed May 9, 2024
1 parent 1b2effd commit 139c396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/case38_install_operator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 139c396

Please sign in to comment.