summaryrefslogtreecommitdiff
path: root/test/e2e/stop_test.go
diff options
context:
space:
mode:
authorQi Wang <qiwan@redhat.com>2020-06-03 12:55:43 -0400
committerQi Wang <qiwan@redhat.com>2020-06-03 12:55:58 -0400
commite77db144ab817a0e4c9f53c98abed511ce30baf7 (patch)
treeb5d39a4ae6a94a54d53ee90b03a99e7eb3812e32 /test/e2e/stop_test.go
parent9bd48a64bbe63c0b8da4dfd3841f4d822fa1d5fb (diff)
downloadpodman-e77db144ab817a0e4c9f53c98abed511ce30baf7.tar.gz
podman-e77db144ab817a0e4c9f53c98abed511ce30baf7.tar.bz2
podman-e77db144ab817a0e4c9f53c98abed511ce30baf7.zip
turn on remote stop_test
turn on stop_test --cidfile Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'test/e2e/stop_test.go')
-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 cd78a54e1..4ed0b6293 100644
--- a/test/e2e/stop_test.go
+++ b/test/e2e/stop_test.go
@@ -233,7 +233,6 @@ var _ = Describe("Podman stop", func() {
})
It("podman stop --cidfile", func() {
- SkipIfRemote()
tmpDir, err := ioutil.TempDir("", "")
Expect(err).To(BeNil())
@@ -258,7 +257,6 @@ var _ = Describe("Podman stop", func() {
})
It("podman stop multiple --cidfile", func() {
- SkipIfRemote()
tmpDir, err := ioutil.TempDir("", "")
Expect(err).To(BeNil())