diff options
author | Matthew Heon <mheon@redhat.com> | 2018-03-28 17:00:51 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-03-28 23:29:45 +0000 |
commit | 196c3ab3a5b5c0fc803473a8c1dfa7d794a78425 (patch) | |
tree | b53eab22e88e98cac7f35e74824cd2ec61bc9105 /test/e2e | |
parent | 9aba605ddecc84e070a55019bb34109c5d5fd9b6 (diff) | |
download | podman-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')
-rw-r--r-- | test/e2e/run_signal_test.go | 1 |
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}) |