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