Also skip test_check_probes in the CI

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
This commit is contained in:
Miro Hrončok 2024-01-11 12:44:07 +01:00
parent d3d3e5f76c
commit 318b9c0ac0

View File

@ -3,7 +3,9 @@ execute:
environment:
VERSION: 3.11
X: ''
# 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