318b9c0ac0
It is already skipped in the spec. The reason it did not fail before is that it was skipped due to missing dtrace, which was added in https://src.fedoraproject.org/tests/python/pull-request/55
17 lines
396 B
Plaintext
17 lines
396 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
environment:
|
|
VERSION: 3.11
|
|
# the X variable is what is passed as arguments to python -m test
|
|
# test_check_probes https://github.com/python/cpython/issues/104280#issuecomment-1669249980
|
|
X: '-i test_check_probes'
|
|
|
|
discover:
|
|
how: fmf
|
|
url: https://src.fedoraproject.org/tests/python.git
|
|
test:
|
|
- /smoke/venv
|
|
- /selftest/parallel
|
|
|