Skip to content

Commit

Permalink
Merge pull request #1647 from exdx/fix/remove-e2e-skip
Browse files Browse the repository at this point in the history
fix: remove bundle e2e test skip
  • Loading branch information
openshift-merge-robot authored Jul 17, 2020
2 parents 1a55d77 + 470b832 commit 205f53d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/bundle_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ import (
"github.com/operator-framework/operator-lifecycle-manager/test/e2e/testdata/vpa"
)

// FIXME: Reintegrate this test
var _ = PDescribe("Installing bundles with new object types", func() {
var _ = Describe("Installing bundles with new object types", func() {
var (
kubeClient operatorclient.ClientInterface
operatorClient versioned.Interface
Expand Down

0 comments on commit 205f53d

Please sign in to comment.