projects
/
libuv1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98618fc
)
export RES_OPTIONS = attempts:0 makes this test fail
author
Jérémy Lal
<kapouer@melix.org>
Thu, 28 Jul 2022 16:35:31 +0000
(17:35 +0100)
committer
Dominique Dumont
<dod@debian.org>
Thu, 28 Jul 2022 16:35:31 +0000
(17:35 +0100)
Last-Update: 2017-10-12
Forwarded: not-needed
Gbp-Pq: Name disable_ipv6_test.patch
test/test-getnameinfo.c
patch
|
blob
|
history
diff --git
a/test/test-getnameinfo.c
b/test/test-getnameinfo.c
index 2bfedd3a39b233bf96c71a05e2ff7ee4bd200b78..8599a1983102fed187c8a1eadfc31424cbe032ef 100644
(file)
--- 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);