aboutsummaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-09-19 06:15:53 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-09-19 06:21:18 -0400
commit1b610e93d264b7823ed6658d1fb4f34331561c3d (patch)
treefd1e16073c202fbf5ba4c99a0f0b2dc852f32928 /test/e2e
parent5b7509c562e040ab8ed17990299c0b6eb52cecee (diff)
downloadpodman-1b610e93d264b7823ed6658d1fb4f34331561c3d.tar.gz
podman-1b610e93d264b7823ed6658d1fb4f34331561c3d.tar.bz2
podman-1b610e93d264b7823ed6658d1fb4f34331561c3d.zip
Fix handling of podman-remote stop --ignore
This patch simplifies the hanlding of rhe --ignore flag, for podman stop, rm Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/stop_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/e2e/stop_test.go b/test/e2e/stop_test.go
index 22cd2e7ae..84274b3ff 100644
--- a/test/e2e/stop_test.go
+++ b/test/e2e/stop_test.go
@@ -41,8 +41,6 @@ var _ = Describe("Podman stop", func() {
})
It("podman stop --ignore bogus container", func() {
- SkipIfRemote()
-
session := podmanTest.RunTopContainer("")
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))