Skip to content

Commit

Permalink
Fix pytest failure when using older nghttp2
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916804 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rainerjung committed Apr 4, 2024
1 parent b646741 commit b5427c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/modules/http2/test_009_timing.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@


@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 = ""
Expand Down

0 comments on commit b5427c7

Please sign in to comment.