summaryrefslogtreecommitdiff
path: root/test/modules/http2/test_501_proxy_serverheader.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/http2/test_501_proxy_serverheader.py')
-rw-r--r--test/modules/http2/test_501_proxy_serverheader.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/modules/http2/test_501_proxy_serverheader.py b/test/modules/http2/test_501_proxy_serverheader.py
index d78db1a6d8..0d7c188900 100644
--- a/test/modules/http2/test_501_proxy_serverheader.py
+++ b/test/modules/http2/test_501_proxy_serverheader.py
@@ -1,8 +1,9 @@
import pytest
-from .env import H2Conf
+from .env import H2Conf, H2TestEnv
+@pytest.mark.skipif(condition=H2TestEnv.is_unsupported, reason="mod_http2 not supported here")
class TestProxyServerHeader:
@pytest.fixture(autouse=True, scope='class')