diff options
Diffstat (limited to 'test/modules/http2/test_711_load_post_cgi.py')
-rw-r--r-- | test/modules/http2/test_711_load_post_cgi.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/modules/http2/test_711_load_post_cgi.py b/test/modules/http2/test_711_load_post_cgi.py index dca9ce5f21..81bc8e10bc 100644 --- a/test/modules/http2/test_711_load_post_cgi.py +++ b/test/modules/http2/test_711_load_post_cgi.py @@ -1,9 +1,10 @@ import pytest import os -from .env import H2Conf +from .env import H2Conf, H2TestEnv +@pytest.mark.skipif(condition=H2TestEnv.is_unsupported, reason="mod_http2 not supported here") class TestLoadCgi: @pytest.fixture(autouse=True, scope='class') |