From: Jérémy Lal Date: Sat, 31 Oct 2020 17:43:46 +0000 (+0000) Subject: export RES_OPTIONS = attempts:0 makes this test fail X-Git-Tag: archive/raspbian/1.44.2-1+rpi1~1^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2be0faa344d1c4182fa25c5ef9ec5774d7e940a5;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 eb32645..b46d3a1 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);