commit:     80d35b090ef5b87df3fafb9f204fab1dc5e4dabc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 19:09:24 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 19:09:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d35b09

kde-plasma/wacomtablet: Disable failing tests in SLOT 5

All pass in SLOT 6 and we won't look back.

Closes: https://bugs.gentoo.org/920558
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild 
b/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild
index dcfe0a4c9d08..7fd90c74d4a8 100644
--- a/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild
+++ b/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -62,11 +62,10 @@ PATCHES=(
        "${FILESDIR}/${P}-missing-include.patch" # bug 920043
 )
 
-src_test() {
-       # test needs DBus, bug 675548
-       local myctestargs=(
-               -E "(Test.KDED.DBusTabletService)"
-       )
-
-       ecm_src_test
-}
+CMAKE_SKIP_TESTS=(
+       # test needs DBus, bugs 675548, 920558
+       Test.KDED.DBusTabletService
+       Test.KDED.TabletHandler
+       Test.KDED.XInputAdaptor # SEGFAULT
+       Test.KDED.XsetWacomAdaptor # SEGFAULT
+)

Reply via email to