forked from rosa/hakurei
23 lines
724 B
Diff
23 lines
724 B
Diff
diff --git a/tests/qtest/netdev-socket.c b/tests/qtest/netdev-socket.c
|
|
index b731af0ad9..b5cbed4801 100644
|
|
--- a/tests/qtest/netdev-socket.c
|
|
+++ b/tests/qtest/netdev-socket.c
|
|
@@ -401,7 +401,7 @@ static void test_dgram_inet(void)
|
|
qtest_quit(qts0);
|
|
}
|
|
|
|
-#if !defined(_WIN32) && !defined(CONFIG_DARWIN)
|
|
+#if 0
|
|
static void test_dgram_mcast(void)
|
|
{
|
|
QTestState *qts;
|
|
@@ -513,7 +513,7 @@ int main(int argc, char **argv)
|
|
if (has_ipv4) {
|
|
qtest_add_func("/netdev/stream/inet/ipv4", test_stream_inet_ipv4);
|
|
qtest_add_func("/netdev/dgram/inet", test_dgram_inet);
|
|
-#if !defined(_WIN32) && !defined(CONFIG_DARWIN)
|
|
+#if 0
|
|
qtest_add_func("/netdev/dgram/mcast", test_dgram_mcast);
|
|
#endif
|
|
}
|