mirror of
https://github.com/containers/podman.git
synced 2025-12-15 19:49:29 +08:00
containers, init: skip invalid state errors with --all
reintroduce the same check that exists in v1.9. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@@ -16,7 +16,6 @@ var _ = Describe("Podman init", func() {
|
||||
)
|
||||
|
||||
BeforeEach(func() {
|
||||
Skip(v2fail)
|
||||
tempdir, err = CreateTempDirInTempDir()
|
||||
if err != nil {
|
||||
os.Exit(1)
|
||||
|
||||
Reference in New Issue
Block a user