Skip to content

Commit 52b04fa

Browse files
committed
Pull request #415: fix-integration-tests
Merge in GO/dnsproxy from fix-integration-tests to master Squashed commit of the following: commit c52d089 Author: Ainar Garipov <[email protected]> Date: Mon Dec 15 16:30:26 2025 +0300 upstream: remove opendns from tests
1 parent b713cf3 commit 52b04fa

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

upstream/upstream_internal_test.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ func TestUpstreams(t *testing.T) {
179179
}, {
180180
bootstrap: nil,
181181
address: "https://dns.google/dns-query",
182-
}, {
183-
bootstrap: nil,
184-
address: "https://doh.opendns.com/dns-query",
185182
}, {
186183
// AdGuard DNS (DNSCrypt)
187184
bootstrap: nil,
@@ -383,10 +380,6 @@ func TestUpstreamDoTBootstrap(t *testing.T) {
383380
}, {
384381
address: "tls://one.one.one.one/",
385382
bootstrap: "https://1.1.1.1/dns-query",
386-
}, {
387-
address: "tls://one.one.one.one/",
388-
// Cisco OpenDNS
389-
bootstrap: "sdns://AQAAAAAAAAAADjIwOC42Ny4yMjAuMjIwILc1EUAgbyJdPivYItf9aR6hwzzI1maNDL4Ev6vKQ_t5GzIuZG5zY3J5cHQtY2VydC5vcGVuZG5zLmNvbQ",
390383
}}
391384

392385
for _, tc := range upstreams {
@@ -426,9 +419,6 @@ func TestUpstreamsInvalidBootstrap(t *testing.T) {
426419
}, {
427420
address: "https://1dot1dot1dot1.cloudflare-dns.com/dns-query",
428421
bootstrap: []string{"8.8.8.1", "1.0.0.1"},
429-
}, {
430-
address: "https://doh.opendns.com:443/dns-query",
431-
bootstrap: []string{"1.2.3.4:79", "8.8.8.8:53"},
432422
}, {
433423
// Cloudflare DNS (DoH)
434424
address: "sdns://AgcAAAAAAAAABzEuMC4wLjGgENk8mGSlIfMGXMOlIlCcKvq7AVgcrZxtjon911-ep0cg63Ul-I8NlFj4GplQGb_TTLiczclX57DvMV8Q-JdjgRgSZG5zLmNsb3VkZmxhcmUuY29tCi9kbnMtcXVlcnk",

0 commit comments

Comments
 (0)