mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Maint: DS record tests should use more realistic data (#1127)
* DS tests should use real hashes * Increase integration test timeout to 20m
This commit is contained in:
@@ -47,7 +47,8 @@ func init() {
|
||||
var features = providers.DocumentationNotes{
|
||||
providers.CanUseAlias: providers.Can("Only on the bare domain. Otherwise CNAME will be substituted"),
|
||||
providers.CanUseCAA: providers.Can(),
|
||||
providers.CanUseDS: providers.Can(),
|
||||
providers.CanUseDS: providers.Cannot("Only supports DS records at the apex"),
|
||||
providers.CanUseDSForChildren: providers.Can(),
|
||||
providers.CanUsePTR: providers.Can(),
|
||||
providers.CanUseSRV: providers.Can(),
|
||||
providers.CanUseSSHFP: providers.Can(),
|
||||
|
Reference in New Issue
Block a user