commit: dc47e73e9c6299e7ed76a32a4fc75a248a4fd256 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Nov 19 17:52:04 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Nov 19 17:58:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc47e73e
kde-frameworks/kpackage: Disable flaky plasma-querytest Closes: https://bugs.gentoo.org/943643 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-frameworks/kpackage/kpackage-5.116.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/kde-frameworks/kpackage/kpackage-5.116.0.ebuild b/kde-frameworks/kpackage/kpackage-5.116.0.ebuild index 2ecc5e42ca6b..c6ccd0f7363c 100644 --- a/kde-frameworks/kpackage/kpackage-5.116.0.ebuild +++ b/kde-frameworks/kpackage/kpackage-5.116.0.ebuild @@ -25,10 +25,9 @@ DEPEND=" RDEPEND="${DEPEND}" CMAKE_SKIP_TESTS=( - # bug 650214 - plasma-plasmoidpackagetest - # requires network access - testpackage-appstream + plasma-plasmoidpackagetest # bug 650214 + testpackage-appstream # requires network access + plasma-querytest # bug 943643, fails randomly ) src_configure() {