mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
tests: workaround for Bind9 bug #5824
This commit is contained in:
parent
69784550cf
commit
97c5328ff1
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ knot_root = t.server("knot")
|
|||
root = t.zone(".")
|
||||
t.link(root, knot_root)
|
||||
|
||||
knot.conf_zone(zone).journal_content = "none"
|
||||
|
||||
def query_test(knot, bind, dnssec):
|
||||
|
||||
''' Negative answers. '''
|
||||
|
|
|
|||
Loading…
Reference in a new issue