From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13ECA159C96 for ; Tue, 23 Jul 2024 16:16:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3420E2A01; Tue, 23 Jul 2024 16:16:46 +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 pigeon.gentoo.org (Postfix) with ESMTPS id BD9CEE2A01 for ; Tue, 23 Jul 2024 16:16:46 +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 CE0B833BDF0 for ; Tue, 23 Jul 2024 16:16:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 408E81D0E for ; Tue, 23 Jul 2024 16:16:44 +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: <1721751295.a214cb4f1ced26e80efdfaf775bf299fc162c971.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/filelight/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/filelight/filelight-9999.ebuild X-VCS-Directories: kde-apps/filelight/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a214cb4f1ced26e80efdfaf775bf299fc162c971 X-VCS-Branch: master Date: Tue, 23 Jul 2024 16:16:44 +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: 3eae64b2-0558-4c57-9bc9-d498cb95bd6f X-Archives-Hash: 873f0844161d2325be4458d66c9ee457 commit: a214cb4f1ced26e80efdfaf775bf299fc162c971 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 23 15:39:49 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 23 16:14:55 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a214cb4f kde-apps/filelight: Disable flaky scanManagerTest Closes: https://bugs.gentoo.org/911856 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/filelight/filelight-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-apps/filelight/filelight-9999.ebuild b/kde-apps/filelight/filelight-9999.ebuild index 7159f61a4a..a91710f0db 100644 --- a/kde-apps/filelight/filelight-9999.ebuild +++ b/kde-apps/filelight/filelight-9999.ebuild @@ -35,3 +35,8 @@ RDEPEND="${DEPEND} >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 " + +CMAKE_SKIP_TESTS=( + # bug 911856 + scanManagerTest +)