commit: a62e05da8cb685cb4bd488e8f931dc6e5e02e7bf Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 22:22:57 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 22:23:31 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62e05da
dev-util/kdevelop: Disable another flaky test See also: https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/776 ... apparently not good enough Bug: https://bugs.gentoo.org/969837 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-util/kdevelop/kdevelop-25.12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevelop/kdevelop-25.12.2.ebuild b/dev-util/kdevelop/kdevelop-25.12.2.ebuild index 08018b97da42..4b4b9f3f5250 100644 --- a/dev-util/kdevelop/kdevelop-25.12.2.ebuild +++ b/dev-util/kdevelop/kdevelop-25.12.2.ebuild @@ -92,7 +92,7 @@ CMAKE_SKIP_TESTS=( test_{compilerprovider,cmakemanager,ctestfindsuites,cmakefileapi} test_{custombuildsystemplugin,qmakeproject,projectload,craftruntime} bench_codecompletion # segfaults - test_gdb # FIXME: fails to launch xterm (if found) + test_{gdb,problems} # both known as flaky upstream; FIXME: fails to launch xterm (if found) test_{path,generationtest} # FIXME: whatever that does, does not work )
