git » debian:dnss » commit f7517c2

tests: Remove external test against defunct domain

author Alberto Bertogli
2019-06-22 00:55:12 UTC
committer Alberto Bertogli
2019-06-22 00:55:12 UTC
parent c95a73e6c190245b76c73f0a2cbfd6badac4bf81

tests: Remove external test against defunct domain

The endpoint https://doh.crypto.sx/dns-query is no longer answering
public queries, so remove it from our integration tests.

tests/external.sh +0 -1

diff --git a/tests/external.sh b/tests/external.sh
index 902c32f..b2568d8 100755
--- a/tests/external.sh
+++ b/tests/external.sh
@@ -193,7 +193,6 @@ for server in \
 	"https://dns.quad9.net/dns-query" \
 	"https://doh.cleanbrowsing.org/doh/family-filter/" \
 	"https://doh.powerdns.org" \
-	"https://doh.crypto.sx/dns-query" \
 	"https://doh.securedns.eu/dns-query" \
 	;
 do