commit: f2f4fa3348d297b95ae23d3d73729f8ce21668d4 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jan 9 20:47:26 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jan 9 20:48:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f4fa33
kde-plasma/libksysguard: Disable flaky sensortreemodeltest Bug: https://bugs.gentoo.org/797898 Bug: https://bugs.gentoo.org/889942 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/libksysguard/libksysguard-5.26.5.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-plasma/libksysguard/libksysguard-5.26.5.ebuild b/kde-plasma/libksysguard/libksysguard-5.26.5.ebuild index 05c22738f0f1..d9c38f3b05fc 100644 --- a/kde-plasma/libksysguard/libksysguard-5.26.5.ebuild +++ b/kde-plasma/libksysguard/libksysguard-5.26.5.ebuild @@ -76,5 +76,9 @@ src_configure() { } src_test() { + # bugs 797898, 889942: flaky test + local myctestargs=( + -E "(sensortreemodeltest)" + ) LC_NUMERIC="C" ecm_src_test # bug 695514 }
