diff options
Diffstat (limited to 'test/e2e/stop_test.go')
-rw-r--r-- | test/e2e/stop_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e/stop_test.go b/test/e2e/stop_test.go index 54c64d66b..a0c573c55 100644 --- a/test/e2e/stop_test.go +++ b/test/e2e/stop_test.go @@ -18,6 +18,7 @@ var _ = Describe("Podman stop", func() { ) BeforeEach(func() { + Skip(v2fail) tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) |