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

kde-frameworks/bluez-qt/bluez-qt-5.50.0.ebuild

index 64fa718a39bb41f2a51c586d2692a77b13287e38..7f57fee3b2e5bb5735992c7ca181255269959a26 100644 (file)
@@ -27,8 +27,11 @@ src_configure() {
 }
 
 src_test() {
-       # bug: 609248
-       local myctestargs=( -j1 )
+       # parallel tests fail, bug 609248; managertest hangs, bug 668196
+       local myctestargs=(
+               -j1
+               -E "(managertest)"
+       )
 
        kde5_src_test
 }