diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-30 12:58:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 12:58:08 +0000 |
commit | 4d57313449a7f7c86697ad830816f5c1e73c05ca (patch) | |
tree | 35f0fdefb681068d2af2e3fac7f43e16df650d2a /test | |
parent | 451f003ce95c07fc8212daa8eab54cfcbd754093 (diff) | |
parent | 1a3e4094125f22a8e121e5208d61167078635148 (diff) | |
download | podman-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')
-rw-r--r-- | test/e2e/untag_test.go | 1 |
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)) |