mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +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() {
|
||||
Skip(v2remotefail)
|
||||
session := podmanTest.PodmanNoCache([]string{"untag", ALPINE})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
|
Reference in New Issue
Block a user