diff options
author | baude <bbaude@redhat.com> | 2019-04-20 12:58:59 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-04-26 10:15:09 -0500 |
commit | 2e800d63aa388bb248c97ea24fae2f7190fe3cce (patch) | |
tree | a802665cf02289f454e79f06a770e0b9ec54283d /test/e2e/libpod_suite_test.go | |
parent | 135c8bef223d32f553659cbdfd5eb99f948a6c84 (diff) | |
download | podman-2e800d63aa388bb248c97ea24fae2f7190fe3cce.tar.gz podman-2e800d63aa388bb248c97ea24fae2f7190fe3cce.tar.bz2 podman-2e800d63aa388bb248c97ea24fae2f7190fe3cce.zip |
podman-remote prune containers
enable the ability to prune containers from the remote-command. this
also includes the system prune command.
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'test/e2e/libpod_suite_test.go')
-rw-r--r-- | test/e2e/libpod_suite_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/libpod_suite_test.go b/test/e2e/libpod_suite_test.go index 867844c32..10ca9ac47 100644 --- a/test/e2e/libpod_suite_test.go +++ b/test/e2e/libpod_suite_test.go @@ -13,7 +13,6 @@ import ( ) func SkipIfRemote() { - ginkgo.Skip("This function is not enabled for remote podman") } func SkipIfRootless() { |