From 1652d1b257b3e7bf0c4b5cd907fe661f14293956 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 16 Jul 2025 09:52:21 +0200 Subject: [PATCH] Fix test, it was using a feature only available on master Signed-off-by: Otto Moerbeek --- 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 c723f2ef74..889eb13078 100644 --- a/regression-tests.recursor-dnssec/test_Chain.py +++ b/regression-tests.recursor-dnssec/test_Chain.py @@ -58,7 +58,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 @@ -130,7 +129,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