r.check_exit_code(0)
# test on paused transfers, based on issue #11982
- @pytest.mark.parametrize("proto", ['h2', 'h3'])
- def test_02_27_paused_no_cl(self, env: Env, httpd, nghttpx, proto, repeat):
- if proto == 'h3' and not env.have_h3():
- pytest.skip("h3 not supported")
+ def test_02_27_paused_no_cl(self, env: Env, httpd, nghttpx, repeat):
+ proto = 'h2'
url = f'https://{env.authority_for(env.domain1, proto)}' \
- f'/tweak?'\
- '&chunks=2&chunk_size=16000'
+ '/tweak?&chunks=2&chunk_size=16000'
client = LocalClient(env=env, name='h2-pausing')
r = client.run(args=[url])
r.check_exit_code(0)