kde-frameworks/sonnet: Disable broken tests for 5.57.0
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 16 May 2019 10:53:17 +0000 (12:53 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 16 May 2019 11:01:20 +0000 (13:01 +0200)
Bug: https://bugs.gentoo.org/680032
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

kde-frameworks/sonnet/sonnet-5.57.0.ebuild

index cc912eb777c3e777f07a42f4fc01e0558ad23e94..84fcfa644e782a21865916f2e456d24ab47cf90a 100644 (file)
@@ -30,3 +30,12 @@ src_configure() {
 
        kde5_src_configure
 }
+
+src_test() {
+       # bugs: 680032
+       local myctestargs=(
+               -E "(sonnet-test_settings|sonnet-test_highlighter)"
+       )
+
+       kde5_src_test
+}