summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-14 21:10:22 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-14 21:16:22 +0100
commitf817ee658e2017bcbdc7f7e5af5c3d0653910f07 (patch)
tree26d4c71558de2256a80adcac973035976474de99 /kde-frameworks/kcoreaddons
parentdev-java/java-config: update PYTHON_COMPAT: remove 3.9, add 3.12 (diff)
downloadgentoo-f817ee658e2017bcbdc7f7e5af5c3d0653910f07.tar.gz
gentoo-f817ee658e2017bcbdc7f7e5af5c3d0653910f07.tar.bz2
gentoo-f817ee658e2017bcbdc7f7e5af5c3d0653910f07.zip
kde-frameworks/kcoreaddons: Disable newly failing kpluginloadertest
It all of a sudden fails the same for 5.110.0, so the reason lies not within the package itself. Bug: https://bugs.gentoo.org/917244 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcoreaddons')
-rw-r--r--kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild b/kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild
index 8e5dfc25b19c..bf1fbc51317d 100644
--- a/kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild
+++ b/kde-frameworks/kcoreaddons/kcoreaddons-5.112.0.ebuild
@@ -34,10 +34,10 @@ src_configure() {
}
src_test() {
- # bugs: 619656, 632398, 647414, 665682
+ # bugs: 619656, 632398, 647414, 665682, 917244 (fails upstream as well)
local myctestargs=(
-j1
- -E "(kautosavefiletest|kdirwatch_qfswatch_unittest|kdirwatch_stat_unittest|kformattest)"
+ -E "(kautosavefiletest|kdirwatch_qfswatch_unittest|kdirwatch_stat_unittest|kformattest|kpluginloadertest)"
)
ecm_src_test