From 1b4ee7e2814c1f47dcdc1828165a1273c2e8d61fa238398432a565d2b64d5391 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Thu, 11 Sep 2025 21:57:31 +0800 Subject: [PATCH] Disable test on power and s390x --- ksystemstats6.changes | 5 +++++ ksystemstats6.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ksystemstats6.changes b/ksystemstats6.changes index c283831..37ef22a 100644 --- a/ksystemstats6.changes +++ b/ksystemstats6.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 11 13:57:02 UTC 2025 - Max Lin + +- Disable test on power and s390x + ------------------------------------------------------------------- Tue Jul 1 13:11:05 UTC 2025 - Fabian Vogt diff --git a/ksystemstats6.spec b/ksystemstats6.spec index a7de4be..4465c6e 100644 --- a/ksystemstats6.spec +++ b/ksystemstats6.spec @@ -80,8 +80,11 @@ KSystemStats is a daemon that collects statistics about the running system. %find_lang ksystemstats_plugins %{name}.lang %check +%ifnarch ppc64 ppc64le s390x +# tests would not work on power and zsystem export QT_QPA_PLATFORM=offscreen dbus-run-session /usr/bin/ctest --output-on-failure --test-dir build +%endif %preun %{systemd_user_preun plasma-ksystemstats.service} -- 2.51.1