1
0
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:
Tom Limoncelli
2021-04-17 10:49:06 -04:00
committed by GitHub
parent 469e04478c
commit d5bfee9f1e
3 changed files with 40 additions and 28 deletions

View File

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