Merge pull request #5988 from baude/v2intrunsignal

enable run_signal integration tests
This commit is contained in:
OpenShift Merge Robot
2020-04-27 11:37:19 +02:00
committed by GitHub

View File

@ -29,7 +29,6 @@ var _ = Describe("Podman run with --sig-proxy", func() {
)
BeforeEach(func() {
Skip(v2fail)
tmpdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)