plugin/dnssec: Drop inserting DS records on delegation (#1266)

See #1211 for disuccsion; current code is probably the wrong thing to
do; rethink if we need/want this. Comment out the code for now.
This commit is contained in:
Miek Gieben 2017-12-01 11:14:39 +00:00 committed by GitHub
parent dce696a2fe
commit f96555476e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 10 deletions

View file

@ -95,7 +95,8 @@ func TestSigningCname(t *testing.T) {
}
}
func TestZoneSigningDelegation(t *testing.T) {
// Disabled for now, see #1211.
func testZoneSigningDelegation(t *testing.T) {
d, rm1, rm2 := newDnssec(t, []string{"miek.nl."})
defer rm1()
defer rm2()