summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2020-04-29 08:42:52 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2020-04-30 11:33:37 +0200
commit1d34977b4c5af444a044ab9ae72ce72226147fc9 (patch)
tree7cb086417597e65826a386995daa6cfee4896442 /test
parent9c67a9c15523000626eb487e2bbb5703b827e188 (diff)
downloadpodman-1d34977b4c5af444a044ab9ae72ce72226147fc9.tar.gz
podman-1d34977b4c5af444a044ab9ae72ce72226147fc9.tar.bz2
podman-1d34977b4c5af444a044ab9ae72ce72226147fc9.zip
test: enable remaining run tests
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'test')
-rw-r--r--test/e2e/run_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/e2e/run_test.go b/test/e2e/run_test.go
index d94c6c169..59215c7e5 100644
--- a/test/e2e/run_test.go
+++ b/test/e2e/run_test.go
@@ -634,7 +634,6 @@ USER mail`
})
It("podman run --volumes-from flag with built-in volumes", func() {
- Skip(v2fail)
session := podmanTest.Podman([]string{"create", redis, "sh"})
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))
@@ -729,7 +728,6 @@ USER mail`
})
It("podman run --pod automatically", func() {
- Skip(v2fail)
session := podmanTest.Podman([]string{"run", "--pod", "new:foobar", ALPINE, "ls"})
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))