diff options
author | Stefan Eissing <icing@apache.org> | 2023-06-01 14:59:09 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2023-06-01 14:59:09 +0200 |
commit | 87689f6463f45dd2e7f9344946c6a44687419a89 (patch) | |
tree | 60d54a2ac67986be316059d640faa8d8987dfcc9 /test/modules | |
parent | CI: force reset of cached apr for TEST_H2, it seems to be broken (diff) | |
download | apache2-87689f6463f45dd2e7f9344946c6a44687419a89.tar.xz apache2-87689f6463f45dd2e7f9344946c6a44687419a89.zip |
CI: re-enable apr caching for TEST_H2, require newer curl for test_h2_601_05
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910164 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/modules')
-rw-r--r-- | test/modules/http2/test_601_h2proxy_twisted.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/modules/http2/test_601_h2proxy_twisted.py b/test/modules/http2/test_601_h2proxy_twisted.py index 224726eca0..0079aa6985 100644 --- a/test/modules/http2/test_601_h2proxy_twisted.py +++ b/test/modules/http2/test_601_h2proxy_twisted.py @@ -62,6 +62,8 @@ class TestH2ProxyTwisted: assert r.exit_code == 92 or r.response["status"] == 502 def test_h2_601_05_echo_fail_many(self, env): + if not env.curl_is_at_least('8.0.0'): + pytest.skip(f'need at least curl v8.0.0 for this') count = 200 fpath = os.path.join(env.gen_dir, "data-100k") args = [env.curl, '--parallel', '--parallel-max', '20'] |