commit: f0f9dbfe814ba6685206033e0918630d286cbf44 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 22:24:27 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 22:24:31 2026 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f0f9dbfe
dev-util/kdevelop: Disable another flaky test See also: https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/776 ... apparently not good enough Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-util/kdevelop/kdevelop-25.12.49.9999.ebuild | 2 +- dev-util/kdevelop/kdevelop-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-25.12.49.9999.ebuild b/dev-util/kdevelop/kdevelop-25.12.49.9999.ebuild index 31247942ef..b84cb6f2f4 100644 --- a/dev-util/kdevelop/kdevelop-25.12.49.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-25.12.49.9999.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 ) diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index 663f33aa89..23d855f671 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.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 )
