Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e0de3eb

Browse files
committedMar 26, 2021
test/e2e: Disable the bundle unpack opm e2e tests
1 parent 0ecb8ea commit e0de3eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎test/e2e/opm_bundle_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ var _ = Describe("opm alpha bundle", func() {
7474
Expect(os.RemoveAll(tmpDir)).To(Succeed())
7575
})
7676

77-
It("fails to unpack", func() {
77+
// Note(tflannag): See https://github.com/operator-framework/operator-registry/issues/609.
78+
PIt("fails to unpack", func() {
7879
unpackDir := filepath.Join(tmpDir, "unpacked")
7980
opm.SetArgs([]string{
8081
"alpha",
@@ -93,7 +94,7 @@ var _ = Describe("opm alpha bundle", func() {
9394
Expect(string(result)).To(ContainSubstring("bundle content validation failed"))
9495
})
9596

96-
It("unpacks successfully", func() {
97+
PIt("unpacks successfully", func() {
9798
By("setting --skip-validation")
9899

99100
unpackDir := filepath.Join(tmpDir, "unpacked")

0 commit comments

Comments
 (0)
Please sign in to comment.