Remove the localhost6 test, that’s not portable at all
1 files changed, 0 insertions(+), 6 deletions(-) M tests/dns.cpp
M tests/dns.cpp => tests/dns.cpp +0 -6
@@ 65,12 65,6 @@ TEST_CASE("DNS resolver") loop(); CHECK(!success); - hostname = "localhost6"; - resolver.resolve(hostname, port, - success_cb, error_cb); - loop(); - CHECK(success); - hostname = "localhost"; resolver.resolve(hostname, port, success_cb, error_cb);