mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
Turn on more remote tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -131,7 +131,6 @@ var _ = Describe("Podman images", func() {
|
||||
})
|
||||
|
||||
It("podman images filter by image name", func() {
|
||||
Skip(v2remotefail)
|
||||
podmanTest.RestoreAllArtifacts()
|
||||
session := podmanTest.PodmanNoCache([]string{"images", "-q", ALPINE})
|
||||
session.WaitWithDefaultTimeout()
|
||||
|
@ -297,7 +297,6 @@ var _ = Describe("Podman pause", func() {
|
||||
})
|
||||
|
||||
It("Unpause a bunch of running containers", func() {
|
||||
Skip(v2remotefail)
|
||||
for i := 0; i < 3; i++ {
|
||||
name := fmt.Sprintf("test%d", i)
|
||||
run := podmanTest.Podman([]string{"run", "-dt", "--name", name, nginx})
|
||||
|
@ -43,7 +43,6 @@ var _ = Describe("Podman rm", func() {
|
||||
})
|
||||
|
||||
It("podman rm refuse to remove a running container", func() {
|
||||
Skip(v2remotefail)
|
||||
session := podmanTest.RunTopContainer("")
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
|
Reference in New Issue
Block a user