From 94b62dac7497ae50fc4149f404b317de542c30a1 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 22 Apr 2020 08:13:39 -0400 Subject: Fix handling of --cidfile on create/run Currently create and run are ignoring the cidfile flag. Enable stop_test.go to make sure this works. Signed-off-by: Daniel J Walsh --- 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 a0c573c55..54c64d66b 100644 --- a/test/e2e/stop_test.go +++ b/test/e2e/stop_test.go @@ -18,7 +18,6 @@ var _ = Describe("Podman stop", func() { ) BeforeEach(func() { - Skip(v2fail) tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) -- cgit v1.2.3-54-g00ecf