From 318b9c0ac0fc7f93fe0fcf0746e2784c952dea84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 11 Jan 2024 12:44:07 +0100 Subject: [PATCH] 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 --- plan.fmf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plan.fmf b/plan.fmf index 69663b1..91e5f14 100644 --- a/plan.fmf +++ b/plan.fmf @@ -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