kde-frameworks/kpeople: Disable broken persondatatest
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 11 Oct 2018 18:24:39 +0000 (20:24 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 11 Oct 2018 18:35:10 +0000 (20:35 +0200)
Bug: https://bugs.gentoo.org/668192
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

kde-frameworks/kpeople/kpeople-5.50.0.ebuild

index 37c4e66636b651a8ae23a073f724f58f81374a4b..5561061d271b7137572ab7bdd0778690a5e61718 100644 (file)
@@ -31,8 +31,11 @@ RDEPEND="${DEPEND}
 "
 
 src_test() {
-       # bug: 612504
-       local myctestargs=( -j1 )
+       # personsmodeltest segfaults, bug 668192
+       local myctestargs=(
+               -j1
+               -E "(persondatatest)"
+       )
 
        kde5_src_test
 }