diff options
author | Brent Baude <bbaude@redhat.com> | 2020-04-26 10:42:40 -0500 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-04-26 10:42:40 -0500 |
commit | 4d2e926a2af6bf68bf7f489043e074ae1d271790 (patch) | |
tree | 27d0f33bdb6eca81c9dfd4c098e6ccf5d332709b /test/e2e | |
parent | 13c1d2c6af211ade30eeb01d02af7fbf94f2582d (diff) | |
download | podman-4d2e926a2af6bf68bf7f489043e074ae1d271790.tar.gz podman-4d2e926a2af6bf68bf7f489043e074ae1d271790.tar.bz2 podman-4d2e926a2af6bf68bf7f489043e074ae1d271790.zip |
enable run_ns integration tests
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'test/e2e')
-rw-r--r-- | test/e2e/run_ns_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/run_ns_test.go b/test/e2e/run_ns_test.go index 9c914188a..c8ba68efc 100644 --- a/test/e2e/run_ns_test.go +++ b/test/e2e/run_ns_test.go @@ -19,7 +19,6 @@ var _ = Describe("Podman run ns", func() { ) BeforeEach(func() { - Skip(v2fail) tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) |