commit:     9bd8db243293e01253ec0baa976094bac272a3ae
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 15:59:11 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 15:59:11 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9bd8db24

kde-plasma/plasma-desktop: Disable failing test

Gentoo-bug: 634166
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild | 9 +++++++++
 kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild         | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild
index 4b38774223..5856e46c0c 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild
@@ -151,3 +151,12 @@ src_configure() {
 
        kde5_src_configure
 }
+
+src_test() {
+       # needs D-Bus, bug #634166
+       local myctestargs=(
+               -E "(test_kio_fonts)"
+       )
+
+       kde5_src_test
+}

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
index 4b38774223..5856e46c0c 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
@@ -151,3 +151,12 @@ src_configure() {
 
        kde5_src_configure
 }
+
+src_test() {
+       # needs D-Bus, bug #634166
+       local myctestargs=(
+               -E "(test_kio_fonts)"
+       )
+
+       kde5_src_test
+}

Reply via email to