Skip to content

Commit

Permalink
disable image verify test for out of date containers/image
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Jan 30, 2019
1 parent 4039829 commit 168d3b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/extended/images/signatures.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ var _ = g.Describe("[registry][Serial][Suite:openshift/registry/serial] Image si
)

g.It("can push a signed image to openshift registry and verify it", func() {
g.Skip("disable because containers/image: https://github.com/containers/image/pull/570")
g.By("building a signer image that knows how to sign images")
output, err := oc.Run("create").Args("-f", signerBuildFixture).Output()
if err != nil {
Expand Down

0 comments on commit 168d3b4

Please sign in to comment.