commit:     d3c5272da2bf6a622c85054e09798d59e21a9a90
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 10:53:41 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 30 10:53:41 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d3c5272d

kde-apps/konsole: Disable hanging DBusTest

Bug: https://bugs.gentoo.org/702690
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/konsole/konsole-20.04.49.9999.ebuild | 9 +++++++++
 kde-apps/konsole/konsole-9999.ebuild          | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/kde-apps/konsole/konsole-20.04.49.9999.ebuild 
b/kde-apps/konsole/konsole-20.04.49.9999.ebuild
index 08d1354a51..bfac7a913d 100644
--- a/kde-apps/konsole/konsole-20.04.49.9999.ebuild
+++ b/kde-apps/konsole/konsole-20.04.49.9999.ebuild
@@ -60,3 +60,12 @@ src_configure() {
 
        ecm_src_configure
 }
+
+src_test() {
+       # drkonqi process interferes. bug 702690
+       local myctestargs=(
+               -E "(DBusTest)"
+       )
+
+       ecm_src_test
+}

diff --git a/kde-apps/konsole/konsole-9999.ebuild 
b/kde-apps/konsole/konsole-9999.ebuild
index 08d1354a51..bfac7a913d 100644
--- a/kde-apps/konsole/konsole-9999.ebuild
+++ b/kde-apps/konsole/konsole-9999.ebuild
@@ -60,3 +60,12 @@ src_configure() {
 
        ecm_src_configure
 }
+
+src_test() {
+       # drkonqi process interferes. bug 702690
+       local myctestargs=(
+               -E "(DBusTest)"
+       )
+
+       ecm_src_test
+}

Reply via email to