Merge pull request #646 from minrk/xfail-linger

mark test_linger as expected failure
This commit is contained in:
Pieter Hintjens 2013-09-04 09:42:39 -07:00
commit 7b02f1c966
2 changed files with 2 additions and 4 deletions

View File

@ -90,3 +90,4 @@ test_raw_sock_SOURCES = test_raw_sock.cpp
# Run the test cases
TESTS = $(noinst_PROGRAMS)
XFAIL_TESTS = test_linger

View File

@ -82,9 +82,6 @@ int main (void)
// poller_base.cpp:31.
size_t size = 4000000;
// TODO: Allow make check to pass, until this issue is resolved
size = 40000;
// Start the sender thread and get message
void *send_thread = zmq_threadstart (&sender, (void *) &size);
zmq_msg_init (&msg);