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:
Stefan Eissing 2024-10-22 10:39:44 +02:00 committed by Daniel Stenberg
parent c2e2636773
commit 943df95ae7
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 0 additions and 55 deletions

View file

@ -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