kde-plasma/libksysguard: Disable flaky processtest

Bug: https://bugs.gentoo.org/727844
Closes: https://bugs.gentoo.org/949883
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-02-22 11:13:25 +01:00
parent 75998e8718
commit f2a9a9ea47
2 changed files with 10 additions and 6 deletions

View File

@@ -46,9 +46,11 @@ src_configure() {
}
src_test() {
# bugs 797898, 889942: flaky test
local myctestargs=(
-E "(sensortreemodeltest)"
local CMAKE_SKIP_TESTS=(
# bugs 797898, 889942: flaky test
sensortreemodeltest
# bugs 727844, 949883: flaky test
processtest
)
LC_NUMERIC="C" ecm_src_test # bug 695514
}

View File

@@ -52,9 +52,11 @@ src_configure() {
}
src_test() {
# bugs 797898, 889942: flaky test
local myctestargs=(
-E "(sensortreemodeltest)"
local CMAKE_SKIP_TESTS=(
# bugs 797898, 889942: flaky test
sensortreemodeltest
# bugs 727844, 949883: flaky test
processtest
)
LC_NUMERIC="C" ecm_src_test # bug 695514
}