mirror of
https://github.com/apache/httpd.git
synced 2025-07-23 01:08:51 +00:00
Fix pytest failure when using older nghttp2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916804 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -7,6 +7,7 @@ from .env import H2Conf, H2TestEnv
|
||||
|
||||
|
||||
@pytest.mark.skipif(condition=H2TestEnv.is_unsupported, reason="mod_http2 not supported here")
|
||||
@pytest.mark.skipif(not H2TestEnv().h2load_is_at_least('1.41.0'), reason="h2load misses --connect-to option")
|
||||
class TestTiming:
|
||||
|
||||
LOGFILE = ""
|
||||
|
Reference in New Issue
Block a user