Skip to content

Commit c3bcd2e

Browse files
Merge pull request #1640 from njhale/skip-cr-test
test(e2e): skip bundle cr install test
2 parents f5f6915 + bf755b3 commit c3bcd2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/bundle_e2e_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import (
1616
"github.com/operator-framework/operator-lifecycle-manager/test/e2e/ctx"
1717
)
1818

19-
var _ = Describe("Installing bundles with new object types", func() {
19+
// FIXME: Reintegrate this test
20+
var _ = PDescribe("Installing bundles with new object types", func() {
2021
var (
2122
kubeClient operatorclient.ClientInterface
2223
operatorClient versioned.Interface

0 commit comments

Comments
 (0)