mirror of
https://github.com/containers/podman.git
synced 2025-10-17 11:14:40 +08:00
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:
@ -53,6 +53,7 @@ var _ = Describe("Podman run with --sig-proxy", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
Specify("signals are forwarded to container using sig-proxy", func() {
|
Specify("signals are forwarded to container using sig-proxy", func() {
|
||||||
|
Skip("Race condition issues on CI seem unfixable")
|
||||||
signal := syscall.SIGPOLL
|
signal := syscall.SIGPOLL
|
||||||
session, pid := podmanTest.PodmanPID([]string{"run", "--name", "test1", fedoraMinimal, "bash", "-c", sigCatch})
|
session, pid := podmanTest.PodmanPID([]string{"run", "--name", "test1", fedoraMinimal, "bash", "-c", sigCatch})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user