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 B8C2015800F for ; Mon, 9 Jan 2023 20:49:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D30FCE070D; Mon, 9 Jan 2023 20:49:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBE49E070D for ; Mon, 9 Jan 2023 20:49:35 +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 B4895340E38 for ; Mon, 9 Jan 2023 20:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 550764C8 for ; Mon, 9 Jan 2023 20:49:33 +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: <1673297358.3111bf5a5b532a7b17a7c2d5c65095c9eb340203.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libksysguard/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libksysguard/libksysguard-9999.ebuild X-VCS-Directories: kde-plasma/libksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3111bf5a5b532a7b17a7c2d5c65095c9eb340203 X-VCS-Branch: master Date: Mon, 9 Jan 2023 20:49:33 +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: bff69236-7cfd-4311-a9a4-cc8d96b8cb14 X-Archives-Hash: c1907f53129a58c0bb496be2e8746cbe commit: 3111bf5a5b532a7b17a7c2d5c65095c9eb340203 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 9 20:47:26 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 9 20:49:18 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3111bf5a kde-plasma/libksysguard: Disable flaky sensortreemodeltest Bug: https://bugs.gentoo.org/797898 Bug: https://bugs.gentoo.org/889942 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/libksysguard/libksysguard-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-plasma/libksysguard/libksysguard-9999.ebuild b/kde-plasma/libksysguard/libksysguard-9999.ebuild index f5fc0444e7..42d7635da9 100644 --- a/kde-plasma/libksysguard/libksysguard-9999.ebuild +++ b/kde-plasma/libksysguard/libksysguard-9999.ebuild @@ -76,5 +76,9 @@ src_configure() { } src_test() { + # bugs 797898, 889942: flaky test + local myctestargs=( + -E "(sensortreemodeltest)" + ) LC_NUMERIC="C" ecm_src_test # bug 695514 }