mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
enable integration tests for restart
enable integrations tests for container restart. fixed bug where --running was not being honored. Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -17,7 +17,6 @@ var _ = Describe("Podman restart", func() {
|
||||
)
|
||||
|
||||
BeforeEach(func() {
|
||||
Skip(v2fail)
|
||||
tempdir, err = CreateTempDirInTempDir()
|
||||
if err != nil {
|
||||
os.Exit(1)
|
||||
|
Reference in New Issue
Block a user