Problem: test_pubsub broken everywhere

Solution: disable it
This commit is contained in:
Luca Boccassi 2021-01-18 09:42:33 +00:00
parent 2dd24d6d80
commit 16af1bd622
2 changed files with 1 additions and 7 deletions

View File

@ -513,8 +513,7 @@ test_apps = \
tests/test_reconnect_ivl \
tests/test_mock_pub_sub \
tests/test_socket_null \
tests/test_tcp_accept_filter \
tests/test_pubsub
tests/test_tcp_accept_filter
UNITY_CPPFLAGS = -I$(top_srcdir)/external/unity -DUNITY_USE_COMMAND_LINE_ARGS -DUNITY_EXCLUDE_FLOAT
UNITY_LIBS = $(top_builddir)/external/unity/libunity.a
@ -829,10 +828,6 @@ tests_test_tcp_accept_filter_SOURCES = tests/test_tcp_accept_filter.cpp
tests_test_tcp_accept_filter_LDADD = ${TESTUTIL_LIBS} src/libzmq.la
tests_test_tcp_accept_filter_CPPFLAGS = ${TESTUTIL_CPPFLAGS}
tests_test_pubsub_SOURCES = tests/test_pubsub.cpp
tests_test_pubsub_LDADD = ${TESTUTIL_LIBS} src/libzmq.la
tests_test_pubsub_CPPFLAGS = ${TESTUTIL_CPPFLAGS}
if HAVE_CURVE
test_apps += \

View File

@ -24,7 +24,6 @@ set(tests
test_term_endpoint
test_router_mandatory
test_probe_router
test_pubsub
test_stream
test_stream_empty
test_stream_disconnect