summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-09-30 12:58:08 +0000
committerGitHub <noreply@github.com>2020-09-30 12:58:08 +0000
commit4d57313449a7f7c86697ad830816f5c1e73c05ca (patch)
tree35f0fdefb681068d2af2e3fac7f43e16df650d2a /test/e2e
parent451f003ce95c07fc8212daa8eab54cfcbd754093 (diff)
parent1a3e4094125f22a8e121e5208d61167078635148 (diff)
downloadpodman-4d57313449a7f7c86697ad830816f5c1e73c05ca.tar.gz
podman-4d57313449a7f7c86697ad830816f5c1e73c05ca.tar.bz2
podman-4d57313449a7f7c86697ad830816f5c1e73c05ca.zip
Merge pull request #7840 from vrothberg/remote-untag
fix remote untag
Diffstat (limited to 'test/e2e')
-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 7766ce634..91a933090 100644
--- a/test/e2e/untag_test.go
+++ b/test/e2e/untag_test.go
@@ -33,7 +33,6 @@ var _ = Describe("Podman untag", func() {
})
It("podman untag all", func() {
- SkipIfRemote("FIXME This should work on podman-remote")
setup := podmanTest.PodmanNoCache([]string{"pull", ALPINE})
setup.WaitWithDefaultTimeout()
Expect(setup.ExitCode()).To(Equal(0))