From cd004ba7e77c7aa02113131d3b6ed2cabd9d25b0 Mon Sep 17 00:00:00 2001 From: Pedro Sader Azevedo Date: Thu, 30 Jan 2025 22:05:30 -0300 Subject: [PATCH] Skip cpu/clocktest on the s390x architecture The cpu/clocktest test doesn't work on s390x due to issues with sched_setaffinity, so skip this test on this architecture. Fixes: #422 --- providers/base/units/cpu/jobs.pxu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/providers/base/units/cpu/jobs.pxu b/providers/base/units/cpu/jobs.pxu index ce1d8fbb6d..06609df176 100644 --- a/providers/base/units/cpu/jobs.pxu +++ b/providers/base/units/cpu/jobs.pxu @@ -126,6 +126,8 @@ _purpose: plugin: shell category_id: com.canonical.plainbox::cpu id: cpu/clocktest +requires: + cpuinfo.platform not in ("s390x") flags: also-after-suspend estimated_duration: 300.0 command: clocktest