]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
*) test/modules/http2: enable tests again where they should be.
authorStefan Eissing <icing@apache.org>
Mon, 28 Feb 2022 12:12:09 +0000 (12:12 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 28 Feb 2022 12:12:09 +0000 (12:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898473 13f79535-47bb-0310-9956-ffa450edef68

test/modules/http2/env.py

index a65ac98caa8223083201fb4a7543485871b4f6fb..15ef5d3650c3ffedf8ff87d2e673954a7aba08fb 100644 (file)
@@ -58,6 +58,7 @@ class H2TestSetup(HttpdTestSetup):
 class H2TestEnv(HttpdTestEnv):
 
     @classmethod
+    @property
     def is_unsupported(cls):
         mpm_module = f"mpm_{os.environ['MPM']}" if 'MPM' in os.environ else 'mpm_event'
         return mpm_module in ['mpm_prefork']