From 97c5328ff1c5fb9ac42e1a5686ff2d5a6d4faea7 Mon Sep 17 00:00:00 2001 From: Libor Peltan Date: Wed, 1 Apr 2026 14:18:33 +0200 Subject: [PATCH] tests: workaround for Bind9 bug #5824 --- tests-extra/tests/basic/query/test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests-extra/tests/basic/query/test.py b/tests-extra/tests/basic/query/test.py index 8c1237021..723b24939 100644 --- a/tests-extra/tests/basic/query/test.py +++ b/tests-extra/tests/basic/query/test.py @@ -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. '''