summaryrefslogtreecommitdiff
path: root/tests/tcp.c
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2014-11-01 11:41:37 +0100
committerMartin Sustrik <sustrik@250bpm.com>2014-11-01 11:41:37 +0100
commit688126fe1e65d490c0a533b948fa92bed74a5ce1 (patch)
treee3945934eadd7ba816705f65e1a9b2d57d51ee03 /tests/tcp.c
parent1936472d557d5b7a23768873a4b2c86a85abcab7 (diff)
downloadnanomsg-688126fe1e65d490c0a533b948fa92bed74a5ce1.tar.gz
Failing test disabled for Windows
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'tests/tcp.c')
-rw-r--r--tests/tcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcp.c b/tests/tcp.c
index 832907a..f3b8b3f 100644
--- a/tests/tcp.c
+++ b/tests/tcp.c
@@ -161,6 +161,7 @@ int main ()
test_close (s1);
test_close (sb);
+#ifndef NN_HAVE_WINDOWS
/* Test two sockets binding to the same address. */
sb = test_socket (AF_SP, NN_PAIR);
test_bind (sb, SOCKET_ADDRESS);
@@ -181,6 +182,7 @@ int main ()
test_close (sc);
test_close (s1);
+#endif
return 0;
}