diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-31 12:45:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-31 13:29:15 +0200 |
commit | 740ae8f36fb042ef9e79858d09d4f6321ff29c1f (patch) | |
tree | 6ca6f3b48db67dc105c6254d0105af360fbd6b62 /kde-apps/ark | |
parent | app-admin/hcloud: remove old (diff) | |
download | gentoo-740ae8f36fb042ef9e79858d09d4f6321ff29c1f.tar.gz gentoo-740ae8f36fb042ef9e79858d09d4f6321ff29c1f.tar.bz2 gentoo-740ae8f36fb042ef9e79858d09d4f6321ff29c1f.zip |
kde-apps/ark: Disable continuously broken plugins-clirartest
Bug: https://bugs.gentoo.org/827840
Bug: https://bugs.gentoo.org/911185
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ark')
-rw-r--r-- | kde-apps/ark/ark-23.04.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kde-apps/ark/ark-23.04.3.ebuild b/kde-apps/ark/ark-23.04.3.ebuild index 24b8d139cb54..4211c086cbf3 100644 --- a/kde-apps/ark/ark-23.04.3.ebuild +++ b/kde-apps/ark/ark-23.04.3.ebuild @@ -61,8 +61,9 @@ src_configure() { src_test() { local myctestargs=( - # bug 822177: may segfault or hang indefinitely - -E "(kerfuffle-addtoarchivetest)" + # bug 822177: kerfuffle-addtoarchivetest: may segfault or hang indefinitely + # bug 827840: plugins-clirartest: continuously broken with translations installed + -E "(kerfuffle-addtoarchivetest|plugins-clirartest)" ) ecm_src_test |