From cb6830121371b65266b107bb181c5ebf5290e0dc Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Tue, 26 May 2026 20:11:46 -0400 Subject: [PATCH 1/3] HEDNS: Re-enable HTTPS/SVCB test that was failing --- integrationTest/integration_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index fdb1f4ee76..3517aab4d9 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -317,7 +317,6 @@ func makeTests() []*TestGroup { // // Let's just ignore ECH test for Vercel for now. "VERCEL", - "HEDNS", // BUG: https://github.com/DNSControl/dnscontrol/issues/4328 ), tc("Create a HTTPS record", https("@", 1, "example.com.", "alpn=h2,h3")), tc("Add an ECH key", https("@", 1, "example.com.", "alpn=h2,h3 ech=some+base64+encoded+value///")), From 9b9373c4046bbbdb56af21339bf8e0b15929261a Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Tue, 26 May 2026 21:35:40 -0400 Subject: [PATCH 2/3] empty From 714a489136722f7bda4a1608419709c232f59a5b Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Tue, 26 May 2026 22:19:02 -0400 Subject: [PATCH 3/3] Extend timeout for HEDNS --- .github/workflows/pr_integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_integration_tests.yml b/.github/workflows/pr_integration_tests.yml index 9bee5fe642..f657c8fbea 100644 --- a/.github/workflows/pr_integration_tests.yml +++ b/.github/workflows/pr_integration_tests.yml @@ -300,7 +300,7 @@ jobs: # NB(tlim): THe output of gotestsum needs to go to stdout AND the # gotestsum-output.txt file. That's why "tee" is used. gotestsum --junitfile ${TEST_RESULTS}/gotestsum-report.xml -- \ - -timeout 40m -v \ + -timeout 70m -v \ -verbose \ -profile ${{ matrix.provider }} \ -cfworkers=true \