Skip to content

Commit 470b832

Browse files
committed
fix: remove bundle e2e skip
1 parent e377ebd commit 470b832

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)