From b0b153ddcd7421201bdea989612a7c8b658de73a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 21 May 2020 15:00:38 -0400 Subject: Fix podman-remote stop --all to handle not running containers Signed-off-by: Daniel J Walsh --- test/e2e/stop_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'test/e2e') diff --git a/test/e2e/stop_test.go b/test/e2e/stop_test.go index 8e49e3bd0..cd78a54e1 100644 --- a/test/e2e/stop_test.go +++ b/test/e2e/stop_test.go @@ -217,7 +217,6 @@ var _ = Describe("Podman stop", func() { }) It("podman stop all containers with one created", func() { - Skip(v2remotefail) session := podmanTest.RunTopContainer("test1") session.WaitWithDefaultTimeout() Expect(session.ExitCode()).To(Equal(0)) -- cgit v1.2.3-54-g00ecf