From: Bob Halley Date: Fri, 28 Aug 2020 01:22:13 +0000 (-0700) Subject: disable one more quad nine thing X-Git-Tag: v2.1.0rc1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d150f728245ccc6331bcde8d1d1bd80c33d7c174;p=thirdparty%2Fdnspython.git disable one more quad nine thing --- diff --git a/tests/test_doh.py b/tests/test_doh.py index 8008596c..c5c05696 100644 --- a/tests/test_doh.py +++ b/tests/test_doh.py @@ -54,7 +54,8 @@ except Exception: KNOWN_ANYCAST_DOH_RESOLVER_URLS = ['https://cloudflare-dns.com/dns-query', 'https://dns.google/dns-query', - 'https://dns11.quad9.net/dns-query'] + # 'https://dns11.quad9.net/dns-query', + ] # Some tests require the internet to be available to run, so let's # skip those if it's not there.