mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +08:00
remote untag test
Enable v2remote untag test. Signed-off-by: Qi Wang <qiwan@redhat.com>
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