mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 05:36:27 +08:00
ALIDNS: Fix integration test
This commit is contained in:
parent
237b62138e
commit
988a6596d2
2 changed files with 3 additions and 3 deletions
|
|
@ -1748,7 +1748,7 @@ func makeTests() []*TestGroup {
|
|||
|
||||
// IGNORE with changes
|
||||
testgroup("IGNORE with modify",
|
||||
not("NAMECHEAP"), // Will fail until converted to use diff2 module.
|
||||
not("NAMECHEAP", "ALIDNS"), // Will fail until converted to use diff2 module.
|
||||
tc("Create some records",
|
||||
a("foo", "1.1.1.1"),
|
||||
a("foo", "10.10.10.10"),
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ var features = providers.DocumentationNotes{
|
|||
providers.CanConcur: providers.Cannot(),
|
||||
|
||||
providers.DocOfficiallySupported: providers.Cannot(),
|
||||
providers.DocDualHost: providers.Can(),
|
||||
providers.DocCreateDomains: providers.Can(),
|
||||
providers.DocDualHost: providers.Cannot(),
|
||||
providers.DocCreateDomains: providers.Cannot(),
|
||||
|
||||
providers.CanUseRoute53Alias: providers.Cannot(),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue