From f9611898c4021727a8773b3f56b9a13bf7c9bc1a Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 16 Jul 2025 09:22:55 +0200 Subject: [PATCH] Fix test, it was using a feature only available on master --- regression-tests.recursor-dnssec/test_Chain.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/regression-tests.recursor-dnssec/test_Chain.py b/regression-tests.recursor-dnssec/test_Chain.py index bffb317143..0b7cc133d1 100644 --- a/regression-tests.recursor-dnssec/test_Chain.py +++ b/regression-tests.recursor-dnssec/test_Chain.py @@ -79,7 +79,6 @@ class ChainECSTest(RecursorTest): """ These regression tests test the chaining of outgoing requests with ECS """ - _auth_zones = RecursorTest._default_auth_zones _chainSize = 200 _confdir = 'ChainECS' _wsPort = 8042 @@ -151,7 +150,6 @@ class ChainECSHardenedTest(RecursorTest): """ These regression tests test the chaining of outgoing requests with ECS """ - _auth_zones = RecursorTest._default_auth_zones _chainSize = 200 _confdir = 'ChainECSHardened' _wsPort = 8042 -- 2.47.2