Disable --sig-proxy tests due to race conditions

Signed-off-by: Matthew Heon <mheon@redhat.com>

Closes: #564
Approved by: rhatdan
This commit is contained in:
Matthew Heon
2018-03-28 17:00:51 -04:00
committed by Atomic Bot
parent 9aba605dde
commit 196c3ab3a5

View File

@ -53,6 +53,7 @@ var _ = Describe("Podman run with --sig-proxy", func() {
})
Specify("signals are forwarded to container using sig-proxy", func() {
Skip("Race condition issues on CI seem unfixable")
signal := syscall.SIGPOLL
session, pid := podmanTest.PodmanPID([]string{"run", "--name", "test1", fedoraMinimal, "bash", "-c", sigCatch})