From d150f728245ccc6331bcde8d1d1bd80c33d7c174 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 27 Aug 2020 18:22:13 -0700 Subject: [PATCH] disable one more quad nine thing --- tests/test_doh.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.47.3