summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorQi Wang <qiwan@redhat.com>2020-05-21 11:25:23 -0400
committerQi Wang <qiwan@redhat.com>2020-05-21 11:35:04 -0400
commit27ea7687c397e298296aea2a4fe2182c23d9bdda (patch)
tree35d8550160fda6c2f752f65c81fe2c9e6b68943f /test
parent363f8820bc6d9ee19d2c95cfcbb05e93938cd53c (diff)
downloadpodman-27ea7687c397e298296aea2a4fe2182c23d9bdda.tar.gz
podman-27ea7687c397e298296aea2a4fe2182c23d9bdda.tar.bz2
podman-27ea7687c397e298296aea2a4fe2182c23d9bdda.zip
remote untag test
Enable v2remote untag test. Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'test')
-rw-r--r--test/e2e/untag_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/untag_test.go b/test/e2e/untag_test.go
index 43b874d47..dc1a6208e 100644
--- a/test/e2e/untag_test.go
+++ b/test/e2e/untag_test.go
@@ -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))