diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2020-04-29 08:42:52 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2020-04-30 11:33:37 +0200 |
commit | 1d34977b4c5af444a044ab9ae72ce72226147fc9 (patch) | |
tree | 7cb086417597e65826a386995daa6cfee4896442 | |
parent | 9c67a9c15523000626eb487e2bbb5703b827e188 (diff) | |
download | podman-1d34977b4c5af444a044ab9ae72ce72226147fc9.tar.gz podman-1d34977b4c5af444a044ab9ae72ce72226147fc9.tar.bz2 podman-1d34977b4c5af444a044ab9ae72ce72226147fc9.zip |
test: enable remaining run tests
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
-rw-r--r-- | test/e2e/run_test.go | 2 |
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)) |