summaryrefslogtreecommitdiff
path: root/test/e2e/rmi_test.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-01-22 09:42:53 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2021-01-22 10:54:39 -0500
commit4b8df5903f80f8100c15e362b1b0287dd1febc79 (patch)
tree141fc7c2ec3534c756cc564777b8966d1f044e4f /test/e2e/rmi_test.go
parent47616fe64720aedff76bbf37e46093800cdfee95 (diff)
downloadpodman-4b8df5903f80f8100c15e362b1b0287dd1febc79.tar.gz
podman-4b8df5903f80f8100c15e362b1b0287dd1febc79.tar.bz2
podman-4b8df5903f80f8100c15e362b1b0287dd1febc79.zip
Turn on some remote test
Just running through the tests that have SkipIfRemote("FIXME") and attempting to not skip. Found these tests now work. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e/rmi_test.go')
-rw-r--r--test/e2e/rmi_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/rmi_test.go b/test/e2e/rmi_test.go
index 1f40e4928..4833a282e 100644
--- a/test/e2e/rmi_test.go
+++ b/test/e2e/rmi_test.go
@@ -181,7 +181,6 @@ var _ = Describe("Podman rmi", func() {
})
It("podman rmi with cached images", func() {
- SkipIfRemote("FIXME This should work on podman-remote, problem is with podman-remote build")
podmanTest.AddImageToRWStore(cirros)
dockerfile := `FROM quay.io/libpod/cirros:latest
RUN mkdir hello