mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:53:33 +03:00
CI: run with standard mod_http2
We used to include a special mod_h2 in our CI that supports the directive H2MaxDataFrameLen for test_02_20. Since then, ubuntu-lastest includes a more recent apache httpd. Let's see if we can live without the special. Closes #15353
This commit is contained in:
parent
c2e2636773
commit
943df95ae7
3 changed files with 0 additions and 55 deletions
|
|
@ -294,7 +294,6 @@ class TestDownload:
|
|||
remote_ip='127.0.0.1')
|
||||
|
||||
@pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
|
||||
@pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
|
||||
def test_02_20_h2_small_frames(self, env: Env, httpd, repeat):
|
||||
# Test case to reproduce content corruption as observed in
|
||||
# https://github.com/curl/curl/issues/10525
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue