From a8a993fc335f43115eb6a1f799f96195abaad63b Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Tue, 13 Jan 2026 08:16:24 +0100 Subject: [PATCH] Skip test_dtrace in CI --- plan.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plan.fmf b/plan.fmf index 98e0a74..8aaa963 100644 --- a/plan.fmf +++ b/plan.fmf @@ -5,7 +5,7 @@ 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' + X: '-i test_check_probes -x test_dtrace' discover: how: fmf