summaryrefslogtreecommitdiff
path: root/test/e2e/rm_test.go
diff options
context:
space:
mode:
authorQi Wang <qiwan@redhat.com>2020-06-03 15:02:39 -0400
committerQi Wang <qiwan@redhat.com>2020-06-03 15:04:58 -0400
commitf313a8844156a574a30186364f084ab11ae9b162 (patch)
tree8c656d4d7546b95255599bdb10cb0f68f798db6f /test/e2e/rm_test.go
parentbba0a8be1a715fb0903ffc69abd5700a624d47e4 (diff)
downloadpodman-f313a8844156a574a30186364f084ab11ae9b162.tar.gz
podman-f313a8844156a574a30186364f084ab11ae9b162.tar.bz2
podman-f313a8844156a574a30186364f084ab11ae9b162.zip
fix remote test --ignore & turn on more tests
fix remote test --ignore & turn on more tests Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'test/e2e/rm_test.go')
-rw-r--r--test/e2e/rm_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/rm_test.go b/test/e2e/rm_test.go
index 6b554cd84..d0dbd527a 100644
--- a/test/e2e/rm_test.go
+++ b/test/e2e/rm_test.go
@@ -233,7 +233,6 @@ var _ = Describe("Podman rm", func() {
})
It("podman rm --ignore bogus container and a running container", func() {
- SkipIfRemote()
session := podmanTest.RunTopContainer("test1")
session.WaitWithDefaultTimeout()