tests: workaround for Bind9 bug #5824

This commit is contained in:
Libor Peltan 2026-04-01 14:18:33 +02:00
parent 69784550cf
commit 97c5328ff1

View file

@ -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. '''