Skip to content

Commit

Permalink
Merge pull request #6328 from sujil02/rmi-test
Browse files Browse the repository at this point in the history
Enable rmi test
  • Loading branch information
openshift-merge-robot authored May 22, 2020
2 parents 72f87e6 + c2e5721 commit 398d462
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/e2e/rmi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ var _ = Describe("Podman rmi", func() {
})

It("podman rmi tagged image", func() {
Skip(v2remotefail)
setup := podmanTest.PodmanNoCache([]string{"images", "-q", ALPINE})
setup.WaitWithDefaultTimeout()
Expect(setup).Should(Exit(0))
Expand All @@ -92,7 +91,6 @@ var _ = Describe("Podman rmi", func() {
})

It("podman rmi image with tags by ID cannot be done without force", func() {
Skip(v2remotefail)
setup := podmanTest.PodmanNoCache([]string{"images", "-q", ALPINE})
setup.WaitWithDefaultTimeout()
Expect(setup).Should(Exit(0))
Expand All @@ -114,7 +112,6 @@ var _ = Describe("Podman rmi", func() {
})

It("podman rmi image that is a parent of another image", func() {
SkipIfRemote()
session := podmanTest.PodmanNoCache([]string{"rmi", "-fa"})
session.WaitWithDefaultTimeout()
Expect(session).Should(Exit(0))
Expand Down Expand Up @@ -153,7 +150,6 @@ var _ = Describe("Podman rmi", func() {
})

It("podman rmi image that is created from another named imaged", func() {
SkipIfRemote()
session := podmanTest.PodmanNoCache([]string{"rmi", "-fa"})
session.WaitWithDefaultTimeout()
Expect(session).Should(Exit(0))
Expand Down

0 comments on commit 398d462

Please sign in to comment.