mirror of
https://github.com/containers/podman.git
synced 2025-06-18 07:28:57 +08:00
Merge pull request #6322 from QiWang19/untag-remote-test
remote untag test
This commit is contained in:
@ -40,7 +40,6 @@ var _ = Describe("Podman untag", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman untag all", func() {
|
It("podman untag all", func() {
|
||||||
Skip(v2remotefail)
|
|
||||||
session := podmanTest.PodmanNoCache([]string{"untag", ALPINE})
|
session := podmanTest.PodmanNoCache([]string{"untag", ALPINE})
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session.ExitCode()).To(Equal(0))
|
Expect(session.ExitCode()).To(Equal(0))
|
||||||
|
Reference in New Issue
Block a user