We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecb8ea commit e0de3ebCopy full SHA for e0de3eb
test/e2e/opm_bundle_test.go
@@ -74,7 +74,8 @@ var _ = Describe("opm alpha bundle", func() {
74
Expect(os.RemoveAll(tmpDir)).To(Succeed())
75
})
76
77
- It("fails to unpack", func() {
+ // Note(tflannag): See https://github.com/operator-framework/operator-registry/issues/609.
78
+ PIt("fails to unpack", func() {
79
unpackDir := filepath.Join(tmpDir, "unpacked")
80
opm.SetArgs([]string{
81
"alpha",
@@ -93,7 +94,7 @@ var _ = Describe("opm alpha bundle", func() {
93
94
Expect(string(result)).To(ContainSubstring("bundle content validation failed"))
95
96
- It("unpacks successfully", func() {
97
+ PIt("unpacks successfully", func() {
98
By("setting --skip-validation")
99
100
0 commit comments