mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +08:00
Enable pod prune integration test
Signed-off-by: Sujil02 <sushah@redhat.com>
This commit is contained in:
@ -16,7 +16,6 @@ var _ = Describe("Podman pod prune", func() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
Skip(v2fail)
|
|
||||||
tempdir, err = CreateTempDirInTempDir()
|
tempdir, err = CreateTempDirInTempDir()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
|
Reference in New Issue
Block a user