Problem: test_pair_ipc fails on GNU/Hurd due to wildcard bind

Solution: mark it as XFAIL like the other tests that use ipc://*
This commit is contained in:
Luca Boccassi 2019-01-19 22:28:15 +00:00
parent bfb4a868fc
commit 3b6db4b370

View File

@ -1047,6 +1047,7 @@ endif
if ON_GNU if ON_GNU
XFAIL_TESTS += tests/test_ipc_wildcard \ XFAIL_TESTS += tests/test_ipc_wildcard \
tests/test_reqrep_ipc \ tests/test_reqrep_ipc \
tests/test_pair_ipc \
tests/test_term_endpoint tests/test_term_endpoint
endif endif