diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/cpu/jobs.pxu | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/units/cpu/jobs.pxu b/units/cpu/jobs.pxu index 5cd80a0..bb75f6d 100644 --- a/units/cpu/jobs.pxu +++ b/units/cpu/jobs.pxu @@ -135,7 +135,9 @@ _description: plugin:shell id: cpu/cstates estimated_duration: 10.0 -requires: executable.name == 'fwts' +requires: + executable.name == 'fwts' + cpuinfo.platform not in ("aarch64", "armv7l") user: root _summary: Run C-States tests |