diff options
| author | Bob Halley <halley@dnspython.org> | 2020-08-27 18:22:13 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-08-27 18:22:13 -0700 |
| commit | d150f728245ccc6331bcde8d1d1bd80c33d7c174 (patch) | |
| tree | 1213c3ca12e7431629afffcfd694a0ed49db5f2c | |
| parent | 6a605868d5e5ac2f88f13ca3606b07d0163da504 (diff) | |
| download | dnspython-d150f728245ccc6331bcde8d1d1bd80c33d7c174.tar.gz | |
disable one more quad nine thing
| -rw-r--r-- | tests/test_doh.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_doh.py b/tests/test_doh.py index 8008596..c5c0569 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. |
