mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-13 00:24:36 +08:00
TESTING: Exempt 4 providers from NS_only_APEX test (#3687)
This commit is contained in:
parent
b578604d48
commit
6105082715
1 changed files with 7 additions and 3 deletions
|
@ -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.")),
|
||||
|
|
Loading…
Add table
Reference in a new issue