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