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:
parent
dce696a2fe
commit
f96555476e
2 changed files with 16 additions and 10 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue