commit: 3ed40092b5bd0d9125fbf3e3ff6755a75f5635f8 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun May 17 09:00:04 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun May 17 17:08:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed40092
kde-plasma/plasma-desktop: Disable unreliable lookandfeel-kcmTest Bug: https://bugs.gentoo.org/607918 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/plasma-desktop/plasma-desktop-5.18.5-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.18.5-r1.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.18.5-r1.ebuild index ac2336510e8..0a0651b0385 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.18.5-r1.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.18.5-r1.ebuild @@ -145,10 +145,11 @@ src_configure() { src_test() { # parallel tests fail, foldermodeltest,positionertest hang, bug #646890 - # needs D-Bus, bug #634166 + # test_kio_fonts needs D-Bus, bug #634166 + # lookandfeel-kcmTest is unreliable for a long time, bug #607918 local myctestargs=( -j1 - -E "(foldermodeltest|positionertest|test_kio_fonts)" + -E "(foldermodeltest|positionertest|test_kio_fonts|lookandfeel-kcmTest)" ) ecm_src_test
