]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: As suggested by Miod, add the date to the comment so we know when it is... 15557/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Sun, 18 May 2025 09:54:47 +0000 (11:54 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Sun, 18 May 2025 09:54:47 +0000 (11:54 +0200)
regression-tests.dnsdist/test_BackendDiscovery.py

index ee828f6c491d79df2a33754a501cc64c4901bdc3..036430e20126b0cc1a7b38e37d64a96b1f258dad 100644 (file)
@@ -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':