test(GODT-3257): quad9 provider test not working on CI.

This commit is contained in:
Jakub 2024-02-19 10:06:02 +01:00
parent 94fbe260e4
commit 2a1aeb208d
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,8 @@ func TestProxyProvider_FindProxy_CanReachTimeout(t *testing.T) {
r.Error(t, err)
}
func TestProxyProvider_DoHLookup_Quad9(t *testing.T) {
// DISABLED_TestProxyProvider_DoHLookup_Quad9 cannot run on CI, see GODT-3257.
func DISABLED_TestProxyProvider_DoHLookup_Quad9(t *testing.T) {
p := newProxyProvider(NewBasicTLSDialer(""), "", []string{Quad9Provider, GoogleProvider}, async.NoopPanicHandler{})
records, err := p.dohLookup(context.Background(), proxyQuery, Quad9Provider)