Skip to content

Commit

Permalink
kde-plasma/libksysguard: Disable flaky processtest
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/727844
Closes: https://bugs.gentoo.org/949883
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Feb 22, 2025
1 parent 3a21916 commit e4e6b68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions kde-plasma/libksysguard/libksysguard-6.3.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
8 changes: 5 additions & 3 deletions kde-plasma/libksysguard/libksysguard-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit e4e6b68

Please sign in to comment.