mirror of
https://github.com/containers/podman.git
synced 2025-06-18 15:39:08 +08:00
turn on remote stop_test
turn on stop_test --cidfile Signed-off-by: Qi Wang <qiwan@redhat.com>
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user