From 6468c9b959a7b17967f591680e041c45b98fc5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20Can=20Bak=C4=B1r?= Date: Tue, 26 Mar 2024 16:03:31 +0300 Subject: [PATCH] disable digitorus tests --- v2/pkg/passive/sources_wo_auth_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/pkg/passive/sources_wo_auth_test.go b/v2/pkg/passive/sources_wo_auth_test.go index c409fb85c..db30aba8a 100644 --- a/v2/pkg/passive/sources_wo_auth_test.go +++ b/v2/pkg/passive/sources_wo_auth_test.go @@ -30,6 +30,7 @@ func TestSourcesWithoutKeys(t *testing.T) { "hackertarget", // Fails in GH Action (possibly IP-based ban) but works locally "waybackarchive", // Fails randomly "alienvault", // 503 Service Temporarily Unavailable + "digitorus", // failing with "Failed to retrieve certificate" } domain := "hackerone.com"