summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2020-04-28 15:32:59 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2020-04-28 15:32:59 +0200
commite8e00133c1624a772434cd23d8e976a803b0cc15 (patch)
treedbfdfca2d07b86579083bf0bac2429e7361cc4a9 /test
parenta9aa9e2f78b31fe2a2338e530a274144a155baa4 (diff)
downloadpodman-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')
-rw-r--r--test/e2e/exec_test.go1
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)