summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-09-21 10:12:01 -0400
committerGitHub <noreply@github.com>2020-09-21 10:12:01 -0400
commite9ddfa0518e0fd5e026b3d981bd289865bc7a1aa (patch)
tree37a7436c00bafb0f817d2e60a8fd7800b89c3bb2 /test
parent0a46b9c9e6aab2a5255914b285ae5b3cddb2aa5b (diff)
parent1b610e93d264b7823ed6658d1fb4f34331561c3d (diff)
downloadpodman-e9ddfa0518e0fd5e026b3d981bd289865bc7a1aa.tar.gz
podman-e9ddfa0518e0fd5e026b3d981bd289865bc7a1aa.tar.bz2
podman-e9ddfa0518e0fd5e026b3d981bd289865bc7a1aa.zip
Merge pull request #7697 from rhatdan/ignore
Fix handling of podman-remote stop --ignore
Diffstat (limited to 'test')
-rw-r--r--test/e2e/stop_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/e2e/stop_test.go b/test/e2e/stop_test.go
index 22cd2e7ae..84274b3ff 100644
--- a/test/e2e/stop_test.go
+++ b/test/e2e/stop_test.go
@@ -41,8 +41,6 @@ var _ = Describe("Podman stop", func() {
})
It("podman stop --ignore bogus container", func() {
- SkipIfRemote()
-
session := podmanTest.RunTopContainer("")
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))