summaryrefslogtreecommitdiff
path: root/test/e2e/rm_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-04 14:52:25 +0200
committerGitHub <noreply@github.com>2020-06-04 14:52:25 +0200
commitc133e55afc7d5c44a65c4021bf206b65073422a5 (patch)
treec7ff514a206d96ddf573dac238166916e11f802b /test/e2e/rm_test.go
parent6682ea8f0d18e24d3fc40518da283c0b9030aba0 (diff)
parentf313a8844156a574a30186364f084ab11ae9b162 (diff)
downloadpodman-c133e55afc7d5c44a65c4021bf206b65073422a5.tar.gz
podman-c133e55afc7d5c44a65c4021bf206b65073422a5.tar.bz2
podman-c133e55afc7d5c44a65c4021bf206b65073422a5.zip
Merge pull request #6485 from QiWang19/remote-ignore
fix remote test --ignore & turn on more tests
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()