-
Notifications
You must be signed in to change notification settings - Fork 492
TRANSIP tests breaking #2670
Copy link
Copy link
Closed
Labels
Description
Tests were reactivated but I see a few tests are failing. I did some basic triage but couldn't isolate the problem.
I've disabled the tests. To re-activate them, set TRANSIP_DOMAIN to dnscontrol.nl in GHA.
$ cd ~/git/dnscontrol/integrationTest
$ go test -provider TRANSIP -start 15 -end 15
--- FAIL: TestDNSProviders (2.54s)
--- FAIL: TestDNSProviders/dnscontrol.nl (2.53s)
--- FAIL: TestDNSProviders/dnscontrol.nl/15:MX:Record_pointing_to_@ (0.92s)
integration_test.go:252: A hostname for a CNAME, NS, MX or SRV record was not found (external hostnames need a trailing dot, eg. "example.com."): foo 300 MX 8 dnscontrol.nl.
FAIL
exit status 1
FAIL github.com/StackExchange/dnscontrol/v4/integrationTest 4.330s
$
Reactions are currently unavailable