summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-24 21:09:24 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-24 21:09:24 +0200
commit80d35b090ef5b87df3fafb9f204fab1dc5e4dabc (patch)
tree72285273a4e5a68f6183449579f7769350b8a46b /kde-plasma/wacomtablet
parentkde-frameworks/kwidgetsaddons: Disable flaky kwidgetsaddons-kcolumnresizertest (diff)
downloadgentoo-80d35b090ef5b87df3fafb9f204fab1dc5e4dabc.tar.gz
gentoo-80d35b090ef5b87df3fafb9f204fab1dc5e4dabc.tar.bz2
gentoo-80d35b090ef5b87df3fafb9f204fab1dc5e4dabc.zip
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@gentoo.org>
Diffstat (limited to 'kde-plasma/wacomtablet')
-rw-r--r--kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild17
1 files 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
+)