Skip to content
Snippets Groups Projects
Commit 3a6eac13 authored by trinity-1686a's avatar trinity-1686a
Browse files

comment AAAA test and explain why it's disabled

parent f4581ffd
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,7 @@
curl http://example.com -vs --socks5-hostname 127.0.0.1:9150 -o /dev/null
[ "$(dig @127.0.0.1 -p 5353 +short example.com A)" == "93.184.216.34" ]
[ "$(dig @127.0.0.1 -p 5353 +short example.com AAAA)" == "2606:2800:220:1:248:1893:25c8:1946" ]
## This test only work on a chutney network with IPv6 support such as ipv6-exit-min,
## sadly such a network can't run in CI because there is no IPv6 in docker.
#[ "$(dig @127.0.0.1 -p 5353 +short example.com AAAA)" == "2606:2800:220:1:248:1893:25c8:1946" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment