Home
last modified time | relevance | path

Searched refs:ci_run (Results 1 – 5 of 5) sorted by relevance

/curl/tests/http/
H A Dtest_08_caddy.py119 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
135 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
152 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
H A Dtest_02_download.py207 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
220 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
374 if proto == 'h3' and env.ci_run and env.curl_uses_lib('quiche'):
403 if proto == 'h3' and env.ci_run and env.curl_uses_lib('quiche'):
432 if proto == 'h3' and env.ci_run and env.curl_uses_lib('quiche'):
H A Dtest_04_stuttered.py38 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
H A Dtest_19_shutdown.py57 if env.ci_run:
/curl/tests/http/testenv/
H A Denv.py591 def ci_run(self) -> bool: member in Env

Completed in 10 milliseconds