From 2624c043d1b8aef69355616037ee2305298bd08a Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Tue, 19 May 2020 13:34:01 -0500 Subject: Test fixes for remote integration Signed-off-by: Brent Baude --- test/e2e/stop_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'test/e2e/stop_test.go') diff --git a/test/e2e/stop_test.go b/test/e2e/stop_test.go index 8c845e90a..8e49e3bd0 100644 --- a/test/e2e/stop_test.go +++ b/test/e2e/stop_test.go @@ -198,7 +198,6 @@ var _ = Describe("Podman stop", func() { }) It("podman stop all containers with one stopped", func() { - Skip(v2remotefail) session := podmanTest.RunTopContainer("test1") session.WaitWithDefaultTimeout() Expect(session.ExitCode()).To(Equal(0)) -- cgit v1.2.3-54-g00ecf