aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-21 19:24:28 +0200
committerGitHub <noreply@github.com>2020-05-21 19:24:28 +0200
commit6c8ce3eff60d0e220d3ca04706d9d05b3887b5ed (patch)
tree586fa92881c855c37edf5ceef1a8eac155590540
parent6409ff6781c4ec51dc7e108b5f907dcb37b34635 (diff)
parent27ea7687c397e298296aea2a4fe2182c23d9bdda (diff)
downloadpodman-6c8ce3eff60d0e220d3ca04706d9d05b3887b5ed.tar.gz
podman-6c8ce3eff60d0e220d3ca04706d9d05b3887b5ed.tar.bz2
podman-6c8ce3eff60d0e220d3ca04706d9d05b3887b5ed.zip
Merge pull request #6322 from QiWang19/untag-remote-test
remote untag 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))