From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 263721580EB for ; Fri, 30 May 2025 16:03:13 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D7CD93430FE for ; Fri, 30 May 2025 16:03:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CF0F911047D; Fri, 30 May 2025 16:03:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C77C211047D for ; Fri, 30 May 2025 16:03:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76E8C3430AA for ; Fri, 30 May 2025 16:03:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D8E61263 for ; Fri, 30 May 2025 16:03:10 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1748620450.970cc787f7739c63f4ca3a43e18380db7babb9f2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/ki18n/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/ki18n/ki18n-9999.ebuild X-VCS-Directories: kde-frameworks/ki18n/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 970cc787f7739c63f4ca3a43e18380db7babb9f2 X-VCS-Branch: master Date: Fri, 30 May 2025 16:03:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08997d4d-eafd-4158-b46c-9f3da421c8a6 X-Archives-Hash: d8deac69eb0cf323d15f0d002a79e534 commit: 970cc787f7739c63f4ca3a43e18380db7babb9f2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 30 15:54:10 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 30 15:54:10 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=970cc787 kde-frameworks/ki18n: Disable flaky ki18n-klocalizedstringtest Bug: https://bugs.gentoo.org/948895 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/ki18n/ki18n-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-frameworks/ki18n/ki18n-9999.ebuild b/kde-frameworks/ki18n/ki18n-9999.ebuild index 54418f3a91..2ef6ccabc0 100644 --- a/kde-frameworks/ki18n/ki18n-9999.ebuild +++ b/kde-frameworks/ki18n/ki18n-9999.ebuild @@ -34,6 +34,8 @@ CMAKE_SKIP_TESTS=( # requires LANG fr_CH. bugs 823816 kcountrytest kcountrysubdivisiontest + # flaky, bug 948895 + ki18n-klocalizedstringtest ) src_configure() {