From 196c3ab3a5b5c0fc803473a8c1dfa7d794a78425 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 28 Mar 2018 17:00:51 -0400 Subject: Disable --sig-proxy tests due to race conditions Signed-off-by: Matthew Heon Closes: #564 Approved by: rhatdan --- test/e2e/run_signal_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/e2e/run_signal_test.go') 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}) -- cgit v1.2.3-54-g00ecf