mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
test: enable remaining run tests
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user