Skip to content

Commit 205f53d

Browse files
Merge pull request #1647 from exdx/fix/remove-e2e-skip
fix: remove bundle e2e test skip
2 parents 1a55d77 + 470b832 commit 205f53d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/bundle_e2e_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ import (
2222
"github.com/operator-framework/operator-lifecycle-manager/test/e2e/testdata/vpa"
2323
)
2424

25-
// FIXME: Reintegrate this test
26-
var _ = PDescribe("Installing bundles with new object types", func() {
25+
var _ = Describe("Installing bundles with new object types", func() {
2726
var (
2827
kubeClient operatorclient.ClientInterface
2928
operatorClient versioned.Interface

0 commit comments

Comments
 (0)