From: Jérémy Lal Date: Wed, 15 May 2024 15:52:58 +0000 (+0200) Subject: export RES_OPTIONS = attempts:0 makes this test fail X-Git-Tag: archive/raspbian/1.48.0-5+rpi1^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=63dc6e9da9f8b894917f69cff74fcbe226a3920e;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 415e48a..8618892 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_OK(r);