summaryrefslogtreecommitdiff
path: root/test/e2e/stop_test.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-05-21 15:00:38 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-05-21 15:17:28 -0400
commitb0b153ddcd7421201bdea989612a7c8b658de73a (patch)
treeeb1fb6ce5273e18d00384c54c639730393bf48af /test/e2e/stop_test.go
parent9d3b46624b4eb3b6eeea38b5b1057914a9ff2baf (diff)
downloadpodman-b0b153ddcd7421201bdea989612a7c8b658de73a.tar.gz
podman-b0b153ddcd7421201bdea989612a7c8b658de73a.tar.bz2
podman-b0b153ddcd7421201bdea989612a7c8b658de73a.zip
Fix podman-remote stop --all to handle not running containers
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e/stop_test.go')
-rw-r--r--test/e2e/stop_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/stop_test.go b/test/e2e/stop_test.go
index 8e49e3bd0..cd78a54e1 100644
--- a/test/e2e/stop_test.go
+++ b/test/e2e/stop_test.go
@@ -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))