mirror of https://github.com/containers/podman.git
enable run_signal integration tests
Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
parent
13c1d2c6af
commit
a2704003ef
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue