]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
disable one more quad nine thing
authorBob Halley <halley@dnspython.org>
Fri, 28 Aug 2020 01:22:13 +0000 (18:22 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 28 Aug 2020 01:22:13 +0000 (18:22 -0700)
tests/test_doh.py

index 8008596cb9bfb4cde120d45ecc6bf810ef65fa24..c5c05696aed64d29e2bfdbcf22f7528f753348f4 100644 (file)
@@ -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.