ALIDNS: Fix integration test

This commit is contained in:
artin 2025-12-03 04:37:06 +08:00
parent 237b62138e
commit 988a6596d2
2 changed files with 3 additions and 3 deletions

View file

@ -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"),

View file

@ -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(),
}