summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/tests/ntpd/t-ntp_signd.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/tests/ntpd/t-ntp_signd.c')
-rw-r--r--contrib/ntp/tests/ntpd/t-ntp_signd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/ntp/tests/ntpd/t-ntp_signd.c b/contrib/ntp/tests/ntpd/t-ntp_signd.c
index 534c940..40e7ac0 100644
--- a/contrib/ntp/tests/ntpd/t-ntp_signd.c
+++ b/contrib/ntp/tests/ntpd/t-ntp_signd.c
@@ -139,6 +139,7 @@ test_send_packet(void)
void
test_recv_packet(void)
{
+#if 0
int fd = ux_socket_connect("/socket");
TEST_ASSERT_TRUE(isGE(fd, 0));
@@ -152,6 +153,9 @@ test_recv_packet(void)
TEST_ASSERT_EQUAL(0,temp); //0 because nobody sent us anything (yet!)
(void)close(fd);
+#else
+ TEST_IGNORE_MESSAGE("test_recv_packet() needs work");
+#endif
return;
}
OpenPOWER on IntegriCloud