summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/e2e/run_signal_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e/run_signal_test.go b/test/e2e/run_signal_test.go
index 095288277..103a49fb9 100644
--- a/test/e2e/run_signal_test.go
+++ b/test/e2e/run_signal_test.go
@@ -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})