We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b59f6 commit ef7a69bCopy full SHA for ef7a69b
test/e2e/csv_e2e_test.go
@@ -41,7 +41,7 @@ import (
41
"github.com/operator-framework/operator-lifecycle-manager/test/e2e/ctx"
42
)
43
44
-var _ = FDescribe("ClusterServiceVersion", func() {
+var _ = Describe("ClusterServiceVersion", func() {
45
HavePhase := func(goal operatorsv1alpha1.ClusterServiceVersionPhase) types.GomegaMatcher {
46
return WithTransform(func(csv *operatorsv1alpha1.ClusterServiceVersion) operatorsv1alpha1.ClusterServiceVersionPhase {
47
return csv.Status.Phase
0 commit comments