Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion integrationTest/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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///")),
Expand Down
Loading