diff options
Diffstat (limited to 'test/e2e/run_test.go')
-rw-r--r-- | test/e2e/run_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/run_test.go b/test/e2e/run_test.go index 7745bcf6a..7d4039819 100644 --- a/test/e2e/run_test.go +++ b/test/e2e/run_test.go @@ -469,7 +469,6 @@ var _ = Describe("Podman run", func() { }) It("podman run log-opt", func() { - Skip(v2fail) log := filepath.Join(podmanTest.TempDir, "/container.log") session := podmanTest.Podman([]string{"run", "--rm", "--log-opt", fmt.Sprintf("path=%s", log), ALPINE, "ls"}) session.WaitWithDefaultTimeout() |