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 D5C2015800A for ; Wed, 2 Aug 2023 05:47:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EE9BE0BC2; Wed, 2 Aug 2023 05:47:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EB678E0BC2 for ; Wed, 2 Aug 2023 05:47:56 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E07AB340BDE for ; Wed, 2 Aug 2023 05:47:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 389BDEB2 for ; Wed, 2 Aug 2023 05:47:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1690955253.2fab3b7be08f643076c426d63537b6728c35bba3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsole/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/konsole/konsole-23.04.3.ebuild X-VCS-Directories: kde-apps/konsole/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2fab3b7be08f643076c426d63537b6728c35bba3 X-VCS-Branch: master Date: Wed, 2 Aug 2023 05:47:54 +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: 6d38991b-a0a2-4f53-9179-746b9e5b060c X-Archives-Hash: 8a0f8cf483b110bd9e11104c59772dd5 commit: 2fab3b7be08f643076c426d63537b6728c35bba3 Author: Sam James gentoo org> AuthorDate: Wed Aug 2 05:47:33 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 2 05:47:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fab3b7b kde-apps/konsole: skip extremely flaky TerminalInterfaceTest test Closes: https://bugs.gentoo.org/862594 Closes: https://bugs.gentoo.org/662756 Signed-off-by: Sam James gentoo.org> kde-apps/konsole/konsole-23.04.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/konsole/konsole-23.04.3.ebuild b/kde-apps/konsole/konsole-23.04.3.ebuild index d6462c2d2a74..e79c8b5c5ae1 100644 --- a/kde-apps/konsole/konsole-23.04.3.ebuild +++ b/kde-apps/konsole/konsole-23.04.3.ebuild @@ -60,9 +60,10 @@ src_configure() { } src_test() { - # drkonqi process interferes. bug 702690 + # DBusTest: drkonqi process interferes. bug 702690 + # TerminalInterfaceTest: unbelievably flaky, bug 862594 and bug 662756 local myctestargs=( - -E "(DBusTest)" + -E "(DBusTest|TerminalInterfaceTest)" ) ecm_src_test