Mailing List Archive

svn commit: r1916805 - in /httpd/httpd/branches/2.4.x: ./ test/modules/http2/test_009_timing.py
Author: rjung
Date: Thu Apr 4 21:52:18 2024
New Revision: 1916805

URL: http://svn.apache.org/viewvc?rev=1916805&view=rev
Log:
Fix pytest failure when using older nghttp2

Backport of r1916804 from trunk.

Modified:
httpd/httpd/branches/2.4.x/ (props changed)
httpd/httpd/branches/2.4.x/test/modules/http2/test_009_timing.py

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
Merged /httpd/httpd/trunk:r1916804

Modified: httpd/httpd/branches/2.4.x/test/modules/http2/test_009_timing.py
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/test/modules/http2/test_009_timing.py?rev=1916805&r1=1916804&r2=1916805&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/test/modules/http2/test_009_timing.py (original)
+++ httpd/httpd/branches/2.4.x/test/modules/http2/test_009_timing.py Thu Apr 4 21:52:18 2024
@@ -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 = ""