From: Jérémy Lal Date: Sat, 30 Dec 2023 17:32:28 +0000 (+0100) Subject: export RES_OPTIONS = attempts:0 makes this test fail X-Git-Tag: archive/raspbian/1.46.0-3+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6bb4683cdeb05df98e1329ae77ae22a0072ee2e6;p=libuv1.git export RES_OPTIONS = attempts:0 makes this test fail Last-Update: 2017-10-12 Forwarded: not-needed Gbp-Pq: Name disable_ipv6_test.patch --- diff --git a/test/test-getnameinfo.c b/test/test-getnameinfo.c index cea57b0..2e35510 100644 --- a/test/test-getnameinfo.c +++ b/test/test-getnameinfo.c @@ -99,6 +99,8 @@ TEST_IMPL(getnameinfo_basic_ip6) { int r; + RETURN_SKIP("DNS request disabled in ipv6 test"); + r = uv_ip6_addr(address_ip6, port, &addr6); ASSERT(r == 0);