projects
/
libuv1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e254a75
)
export RES_OPTIONS = attempts:0 makes this test fail
author
Jérémy Lal
<kapouer@melix.org>
Wed, 28 Feb 2024 21:01:37 +0000
(21:01 +0000)
committer
Graham Inggs
<ginggs@debian.org>
Wed, 28 Feb 2024 21:01:37 +0000
(21:01 +0000)
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 415e48a4f961df5afe76264cef01e35cbaafaab1..8618892e146be1343954a618c9754de982424945 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_OK(r);