summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-04-22 08:13:39 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-04-22 09:52:33 -0400
commit94b62dac7497ae50fc4149f404b317de542c30a1 (patch)
treefedf22549750a7b7d1fc6a178712df6c5f7767ce /test/e2e
parent0d57ea420e88bb5c0f1201fc389825df2c6fa0af (diff)
downloadpodman-94b62dac7497ae50fc4149f404b317de542c30a1.tar.gz
podman-94b62dac7497ae50fc4149f404b317de542c30a1.tar.bz2
podman-94b62dac7497ae50fc4149f404b317de542c30a1.zip
Fix handling of --cidfile on create/run
Currently create and run are ignoring the cidfile flag. Enable stop_test.go to make sure this works. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/stop_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/stop_test.go b/test/e2e/stop_test.go
index a0c573c55..54c64d66b 100644
--- a/test/e2e/stop_test.go
+++ b/test/e2e/stop_test.go
@@ -18,7 +18,6 @@ var _ = Describe("Podman stop", func() {
)
BeforeEach(func() {
- Skip(v2fail)
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)