kde-plasma/kscreenlocker: disable failing test
authorMichael Palimaka <kensington@gentoo.org>
Thu, 10 Dec 2015 11:41:21 +0000 (22:41 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 10 Dec 2015 11:41:58 +0000 (22:41 +1100)
Gentoo-bug: 567844

Package-Manager: portage-2.2.26

kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild

index 385b50218b860b90e47a66121732aabb2026c084..e7165e171024fc41f3aad595e029a5d2c550ef91 100644 (file)
@@ -62,6 +62,14 @@ src_prepare() {
                -e "/add_subdirectory(autotests)/ s/^/#/" greeter/CMakeLists.txt || die
 }
 
+src_test() {
+       # requires running environment
+       local myctestargs=(
+               -E x11LockerTest
+       )
+       kde5_src_test
+}
+
 src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_find_package pam)