From 1b610e93d264b7823ed6658d1fb4f34331561c3d Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 19 Sep 2020 06:15:53 -0400 Subject: 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 --- test/e2e/stop_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') 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)) -- cgit v1.2.3-54-g00ecf