From 3b6db4b370ae6ef364c2e8284b2841f8e2b65391 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 19 Jan 2019 22:28:15 +0000 Subject: [PATCH] Problem: test_pair_ipc fails on GNU/Hurd due to wildcard bind Solution: mark it as XFAIL like the other tests that use ipc://* --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 279fb0c2..42982d9f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1047,6 +1047,7 @@ endif if ON_GNU XFAIL_TESTS += tests/test_ipc_wildcard \ tests/test_reqrep_ipc \ + tests/test_pair_ipc \ tests/test_term_endpoint endif