TESTING: Exempt 4 providers from NS_only_APEX test (#3687)

This commit is contained in:
Tom Limoncelli 2025-07-25 09:46:59 -04:00 committed by GitHub
parent b578604d48
commit 6105082715
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -403,9 +403,13 @@ func makeTests() []*TestGroup {
testgroup("NS only APEX",
not(
"DNSIMPLE", // Does not support NS records nor subdomains.
"EXOSCALE", // Not supported.
"NETCUP", // NS records not currently supported.
"DNSIMPLE", // Does not support NS records nor subdomains.
"EXOSCALE", // Not supported.
"GANDI_V5", // "Gandi does not support changing apex NS records. Ignoring ns1.foo.com."
"NAMEDOTCOM", // "Ignores @ for NS records"
"NETCUP", // NS records not currently supported.
"SAKURACLOUD", // Silently ignores requests to remove NS at @.
"TRANSIP", // "it is not allowed to have an NS for an @ record"
),
tc("Single NS at apex", ns("@", "ns1.foo.com.")),
tc("Dual NS at apex", ns("@", "ns2.foo.com."), ns("@", "ns1.foo.com.")),