diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-01-22 09:42:53 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-01-22 10:54:39 -0500 |
commit | 4b8df5903f80f8100c15e362b1b0287dd1febc79 (patch) | |
tree | 141fc7c2ec3534c756cc564777b8966d1f044e4f /test/e2e/prune_test.go | |
parent | 47616fe64720aedff76bbf37e46093800cdfee95 (diff) | |
download | podman-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/prune_test.go')
-rw-r--r-- | test/e2e/prune_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/e2e/prune_test.go b/test/e2e/prune_test.go index 3bc1012df..f84312103 100644 --- a/test/e2e/prune_test.go +++ b/test/e2e/prune_test.go @@ -88,7 +88,6 @@ var _ = Describe("Podman prune", func() { }) It("podman image prune skip cache images", func() { - SkipIfRemote("FIXME: podman-remote build is not working the same as local build") podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true") none := podmanTest.Podman([]string{"images", "-a"}) @@ -110,7 +109,6 @@ var _ = Describe("Podman prune", func() { }) It("podman image prune dangling images", func() { - SkipIfRemote("FIXME: podman-remote build is not working the same as local build") podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true") podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true") |