From: Stefan Eissing Date: Mon, 28 Feb 2022 12:12:09 +0000 (+0000) Subject: *) test/modules/http2: enable tests again where they should be. X-Git-Tag: 2.5.0-alpha2-ci-test-only~466 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba8558450e348e2ed7952ff2cff80f6b572ca309;p=thirdparty%2Fapache%2Fhttpd.git *) test/modules/http2: enable tests again where they should be. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898473 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/modules/http2/env.py b/test/modules/http2/env.py index a65ac98caa8..15ef5d3650c 100644 --- a/test/modules/http2/env.py +++ b/test/modules/http2/env.py @@ -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']