aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/run_signal_test.go
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2018-03-28 17:00:51 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-28 23:29:45 +0000
commit196c3ab3a5b5c0fc803473a8c1dfa7d794a78425 (patch)
treeb53eab22e88e98cac7f35e74824cd2ec61bc9105 /test/e2e/run_signal_test.go
parent9aba605ddecc84e070a55019bb34109c5d5fd9b6 (diff)
downloadpodman-196c3ab3a5b5c0fc803473a8c1dfa7d794a78425.tar.gz
podman-196c3ab3a5b5c0fc803473a8c1dfa7d794a78425.tar.bz2
podman-196c3ab3a5b5c0fc803473a8c1dfa7d794a78425.zip
Disable --sig-proxy tests due to race conditions
Signed-off-by: Matthew Heon <mheon@redhat.com> Closes: #564 Approved by: rhatdan
Diffstat (limited to 'test/e2e/run_signal_test.go')
-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})