aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/qemu/disable-mcast-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/package/qemu/disable-mcast-test.patch')
-rw-r--r--internal/rosa/package/qemu/disable-mcast-test.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/internal/rosa/package/qemu/disable-mcast-test.patch b/internal/rosa/package/qemu/disable-mcast-test.patch
new file mode 100644
index 00000000..2308436c
--- /dev/null
+++ b/internal/rosa/package/qemu/disable-mcast-test.patch
@@ -0,0 +1,22 @@
+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
+ }