mirror of
https://github.com/containers/podman.git
synced 2025-07-29 11:22:38 +08:00
Merge pull request #5988 from baude/v2intrunsignal
enable run_signal integration tests
This commit is contained in:
@ -29,7 +29,6 @@ var _ = Describe("Podman run with --sig-proxy", func() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
Skip(v2fail)
|
|
||||||
tmpdir, err = CreateTempDirInTempDir()
|
tmpdir, err = CreateTempDirInTempDir()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
|
Reference in New Issue
Block a user