export RES_OPTIONS = attempts:0 makes this test fail
authorJérémy Lal <kapouer@melix.org>
Thu, 24 Mar 2022 17:44:13 +0000 (17:44 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 24 Mar 2022 17:44:13 +0000 (17:44 +0000)
Last-Update: 2017-10-12
Forwarded: not-needed

Gbp-Pq: Name disable_ipv6_test.patch

test/test-getnameinfo.c

index 2bfedd3a39b233bf96c71a05e2ff7ee4bd200b78..8599a1983102fed187c8a1eadfc31424cbe032ef 100644 (file)
@@ -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);