CI: Skip test_abort_clients, failure reported upstream

https://github.com/python/cpython/issues/122136
This commit is contained in:
Miro Hrončok 2024-07-22 20:42:18 +02:00
commit f01f38eff5

View file

@ -30,10 +30,11 @@
run: "PYTHON=python{{ pybasever }}d TOX=false VERSION={{ pybasever }} CYTHON=false ./venv.sh"
- selftest:
dir: python/selftest
run: "VERSION={{ pybasever }} X='-i test_check_probes' ./parallel.sh"
# test_abort_clients: https://github.com/python/cpython/issues/122136
run: "VERSION={{ pybasever }} X='-i test_check_probes -i test_abort_clients' ./parallel.sh"
- debugtest:
dir: python/selftest
run: "VERSION={{ pybasever }} PYTHON=python{{ pybasever }}d X='-i test_check_probes' ./parallel.sh"
run: "VERSION={{ pybasever }} PYTHON=python{{ pybasever }}d X='-i test_check_probes -i test_abort_clients' ./parallel.sh"
- optimizedflags:
dir: python/flags
run: "python{{ pybasever }} ./assertflags.py -O3"