From: Remi Gacogne Date: Sun, 18 May 2025 09:54:47 +0000 (+0200) Subject: dnsdist: As suggested by Miod, add the date to the comment so we know when it is... X-Git-Tag: dnsdist-2.0.0-alpha2~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed8aade80c5382ea2f81a1d5102f3d34da63aec0;p=thirdparty%2Fpdns.git dnsdist: As suggested by Miod, add the date to the comment so we know when it is outdated --- diff --git a/regression-tests.dnsdist/test_BackendDiscovery.py b/regression-tests.dnsdist/test_BackendDiscovery.py index ee828f6c49..036430e201 100644 --- a/regression-tests.dnsdist/test_BackendDiscovery.py +++ b/regression-tests.dnsdist/test_BackendDiscovery.py @@ -454,7 +454,7 @@ class TestBackendDiscoveryByHostname(DNSDistTest): for backend in backends: if str(backend) in ['2620:fe::9]:53', '[2620:fe::fe]:53']: - # IPv6 is very flaky on GH actions these days, + # IPv6 is very flaky on GH actions these days (202505), # let's not require these to be up continue if backends[backend] != 'up':