kde-frameworks/kcontacts: Disable another failing test

Closes: https://bugs.gentoo.org/953969
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-04-21 22:18:31 +02:00
parent 3c4345a7ac
commit fd8d62d04a

View File

@@ -26,6 +26,6 @@ DEPEND="${RDEPEND}"
CMAKE_SKIP_TESTS=(
# bug #566648 (access to /dev/dri/card0 denied)
kcontacts-picturetest
# bugs #712798, 838502 (again some Qt translations loading related err...)
kcontacts-{address,phonenumber}test
# bugs #712798, 838502, 953969 (again some Qt translations loading related err...)
kcontacts-{address{,format},phonenumber}test
)