app-office/kmymoney: Disable failing reports-chart-test
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 5 Apr 2018 23:34:58 +0000 (01:34 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 5 Apr 2018 23:34:58 +0000 (01:34 +0200)
Closes: https://bugs.gentoo.org/652636
Package-Manager: Portage-2.3.28, Repoman-2.3.9

app-office/kmymoney/kmymoney-5.0.1-r2.ebuild

index 1787feddf5ff493061703e20f31d9ac62da31686..3cd96b99f083a101311ba2a4f8f73816b9fa95fc 100644 (file)
@@ -114,3 +114,12 @@ src_configure() {
        )
        kde5_src_configure
 }
+
+src_test() {
+       # bug: 652636
+       local myctestargs=(
+               -E "(reports-chart-test)"
+       )
+
+       kde5_src_test
+}