summaryrefslogtreecommitdiffstats
path: root/test/modules/http2/test_202_trailer.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/http2/test_202_trailer.py')
-rw-r--r--test/modules/http2/test_202_trailer.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/modules/http2/test_202_trailer.py b/test/modules/http2/test_202_trailer.py
index ae3d8970b3..fce46c1574 100644
--- a/test/modules/http2/test_202_trailer.py
+++ b/test/modules/http2/test_202_trailer.py
@@ -1,7 +1,7 @@
import os
import pytest
-from .env import H2Conf
+from .env import H2Conf, H2TestEnv
def setup_data(env):
@@ -13,6 +13,7 @@ def setup_data(env):
# The trailer tests depend on "nghttp" as no other client seems to be able to send those
# rare things.
+@pytest.mark.skipif(condition=H2TestEnv.is_unsupported, reason="mod_http2 not supported here")
class TestTrailers:
@pytest.fixture(autouse=True, scope='class')