Disable test on power and s390x #1

Manually merged
mlin7442 merged 1 commits from mlin7442/ksystemstats6:leap-16.0 into leap-16.0 2025-09-11 16:38:05 +02:00
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 11 13:57:02 UTC 2025 - Max Lin <mlin@suse.com>
- Disable test on power and s390x
-------------------------------------------------------------------
Tue Jul 1 13:11:05 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@@ -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}