mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
Fix podman-remote stop --all to handle not running containers
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -217,7 +217,6 @@ var _ = Describe("Podman stop", func() {
|
||||
})
|
||||
|
||||
It("podman stop all containers with one created", func() {
|
||||
Skip(v2remotefail)
|
||||
session := podmanTest.RunTopContainer("test1")
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
|
Reference in New Issue
Block a user