Problem: test_many_sockets is flacky on OSX

Solution: mark it as XFAIL. We tried many times to tweak the system
settings from the CI script but it still fails.
This commit is contained in:
Luca Boccassi
2017-05-01 16:03:51 +01:00
parent 463c2d75ae
commit 6d76106cde

View File

@@ -390,7 +390,6 @@ test_apps = \
tests/test_proxy_terminate \
tests/test_getsockopt_memset \
tests/test_setsockopt \
tests/test_many_sockets \
tests/test_diffserv \
tests/test_connect_rid \
tests/test_bind_src_address \
@@ -726,7 +725,8 @@ tests_test_security_gssapi_LDADD = src/libzmq.la
endif
if ON_LINUX
test_apps += tests/test_abstract_ipc
test_apps += tests/test_abstract_ipc \
tests/test_many_sockets
tests_test_abstract_ipc_SOURCES = tests/test_abstract_ipc.cpp
tests_test_abstract_ipc_LDADD = src/libzmq.la