diff options
Diffstat (limited to 'test/modules/http2/test_006_assets.py')
-rw-r--r-- | test/modules/http2/test_006_assets.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/modules/http2/test_006_assets.py b/test/modules/http2/test_006_assets.py index 7a0222e0ac..778314eda0 100644 --- a/test/modules/http2/test_006_assets.py +++ b/test/modules/http2/test_006_assets.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 TestAssets: @pytest.fixture(autouse=True, scope='class') |