From: Jérémy Lal Date: Thu, 24 Mar 2022 17:44:13 +0000 (+0000) Subject: export RES_OPTIONS = attempts:0 makes this test fail X-Git-Tag: archive/raspbian/1.44.2-1+rpi1~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b2a042c8c5e87a99497a9a6db69a1e696eefd30b;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 2bfedd3..8599a19 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);