From bd7cad775aadb4a580e46a7ce62d127508c2ed07 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 24 Apr 2020 16:52:55 +0200 Subject: containers, init: skip invalid state errors with --all reintroduce the same check that exists in v1.9. Signed-off-by: Giuseppe Scrivano --- test/e2e/init_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'test/e2e') diff --git a/test/e2e/init_test.go b/test/e2e/init_test.go index 6241f813f..919fe4abf 100644 --- a/test/e2e/init_test.go +++ b/test/e2e/init_test.go @@ -16,7 +16,6 @@ var _ = Describe("Podman init", func() { ) BeforeEach(func() { - Skip(v2fail) tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) -- cgit v1.2.3-54-g00ecf