From b6c577a9ecaa3d20b82baf704a90e5555f850be9 Mon Sep 17 00:00:00 2001 From: Joe Eli McIlvain Date: Fri, 9 May 2014 12:28:05 -0700 Subject: [PATCH] Mark failing test for issue #1015 as XFAIL --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 1e84f627..c3fcb72c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -146,6 +146,8 @@ endif TESTS = $(noinst_PROGRAMS) XFAIL_TESTS = +XFAIL_TESTS += test_inproc_connect + if !ON_LINUX XFAIL_TESTS += test_abstract_ipc endif