diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-02-08 14:38:41 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-02-08 15:02:28 -0500 |
commit | 6226e24d40310d451a4c357a6bcc3ab81f27e876 (patch) | |
tree | e5f26348046c9e33f03ff7b4bd5202fb5838158b /test | |
parent | b478f42656115eb83ff42a4a65afc10ec8864ae4 (diff) | |
download | podman-6226e24d40310d451a4c357a6bcc3ab81f27e876.tar.gz podman-6226e24d40310d451a4c357a6bcc3ab81f27e876.tar.bz2 podman-6226e24d40310d451a4c357a6bcc3ab81f27e876.zip |
Fix tests after cherry-picking
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'test')
-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 81fb82b20..149f1ac60 100644 --- a/test/e2e/prune_test.go +++ b/test/e2e/prune_test.go @@ -39,7 +39,6 @@ var _ = Describe("Podman rm", func() { }) It("podman container prune containers", func() { - SkipIfRemote() top := podmanTest.RunTopContainer("") top.WaitWithDefaultTimeout() Expect(top.ExitCode()).To(Equal(0)) @@ -56,7 +55,6 @@ var _ = Describe("Podman rm", func() { }) It("podman image prune none images", func() { - SkipIfRemote() podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true") none := podmanTest.Podman([]string{"images", "-a"}) |