diff --git a/test/e2e/case38_install_operator_test.go b/test/e2e/case38_install_operator_test.go index 7b8ded43..fbccf738 100644 --- a/test/e2e/case38_install_operator_test.go +++ b/test/e2e/case38_install_operator_test.go @@ -23,7 +23,7 @@ import ( "open-cluster-management.io/config-policy-controller/test/utils" ) -var _ = FDescribe("Testing OperatorPolicy", Ordered, Label("hosted-as-well"), func() { +var _ = Describe("Testing OperatorPolicy", Ordered, Label("hosted-as-well"), func() { const ( opPolTestNS = "operator-policy-testns" parentPolicyYAML = "../resources/case38_operator_install/parent-policy.yaml"