From 2e800d63aa388bb248c97ea24fae2f7190fe3cce Mon Sep 17 00:00:00 2001 From: baude Date: Sat, 20 Apr 2019 12:58:59 -0500 Subject: 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 --- test/e2e/libpod_suite_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'test/e2e/libpod_suite_test.go') 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() { -- cgit v1.2.3-54-g00ecf