Skip to content

Commit 67ba754

Browse files
committed
Temporarily skip test_check_probes in CI tests
See: python/cpython#104280 (comment)
1 parent 0483fca commit 67ba754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
run: "PYTHON=python{{ pybasever }}d TOX=false VERSION={{ pybasever }} CYTHON=false ./venv.sh"
3131
- selftest:
3232
dir: python/selftest
33-
run: "VERSION={{ pybasever }} X='' ./parallel.sh"
33+
run: "VERSION={{ pybasever }} X='-i test_check_probes' ./parallel.sh"
3434
- debugtest:
3535
dir: python/selftest
36-
run: "VERSION={{ pybasever }} PYTHON=python{{ pybasever }}d X='' ./parallel.sh"
36+
run: "VERSION={{ pybasever }} PYTHON=python{{ pybasever }}d X='-i test_check_probes' ./parallel.sh"
3737
- debugflags:
3838
dir: python/flags
3939
run: "python{{ pybasever }}d ./assertflags.py -O0"

0 commit comments

Comments
 (0)