]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Remove now useless comment in the SNI regression tests 15385/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 2 Apr 2025 10:54:48 +0000 (12:54 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 2 Apr 2025 10:54:48 +0000 (12:54 +0200)
regression-tests.dnsdist/test_SNI.py

index 25611cb875508622a8c2b33e4f02218d6427527a..1e93cc6ce463823467ad705a1e15296a71c3dd28 100644 (file)
@@ -38,7 +38,6 @@ class TestSNI(DNSDistTest):
     """
     _config_params = ['_testServerPort', '_tlsServerPort', '_serverCert', '_serverKey', '_dohWithNGHTTP2ServerPort', '_serverCert', '_serverKey', '_doqServerPort', '_serverCert', '_serverKey', '_doh3ServerPort', '_serverCert', '_serverKey', '_serverName']
 
-    # enable these once Quiche > 0.22 is available, including https://github.com/cloudflare/quiche/pull/1895
     @unittest.skipUnless('ENABLE_SNI_TESTS_WITH_QUICHE' in os.environ, "SNI tests with Quiche are disabled")
     def testServerNameIndicationWithQuiche(self):
         name = 'simple.sni.tests.powerdns.com.'