diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2020-04-28 15:32:59 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2020-04-28 15:32:59 +0200 |
commit | e8e00133c1624a772434cd23d8e976a803b0cc15 (patch) | |
tree | dbfdfca2d07b86579083bf0bac2429e7361cc4a9 /test/e2e/exec_test.go | |
parent | a9aa9e2f78b31fe2a2338e530a274144a155baa4 (diff) | |
download | podman-e8e00133c1624a772434cd23d8e976a803b0cc15.tar.gz podman-e8e00133c1624a772434cd23d8e976a803b0cc15.tar.bz2 podman-e8e00133c1624a772434cd23d8e976a803b0cc15.zip |
test: enable exec tests
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'test/e2e/exec_test.go')
-rw-r--r-- | test/e2e/exec_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/exec_test.go b/test/e2e/exec_test.go index 3aac4b35b..8b95794d2 100644 --- a/test/e2e/exec_test.go +++ b/test/e2e/exec_test.go @@ -18,7 +18,6 @@ var _ = Describe("Podman exec", func() { ) BeforeEach(func() { - Skip(v2fail) tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) |