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 3CC2D15800A for ; Wed, 2 Aug 2023 05:48:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8199CE09B6; Wed, 2 Aug 2023 05:48:16 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67F82E09B6 for ; Wed, 2 Aug 2023 05:48:16 +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 7145F340BDE for ; Wed, 2 Aug 2023 05:48:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFAEBEB2 for ; Wed, 2 Aug 2023 05:48:13 +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: <1690955289.7dd55c74bcf8fa7d3b47b31e083567be2f7b7030.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konsole/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/konsole/konsole-9999.ebuild X-VCS-Directories: kde-apps/konsole/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7dd55c74bcf8fa7d3b47b31e083567be2f7b7030 X-VCS-Branch: master Date: Wed, 2 Aug 2023 05:48:13 +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: d8abcfbe-8b66-45f5-a859-4531db688ca6 X-Archives-Hash: 7899f424744688ae8c2f3c1c764e9f51 commit: 7dd55c74bcf8fa7d3b47b31e083567be2f7b7030 Author: Sam James gentoo org> AuthorDate: Wed Aug 2 05:47:33 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 2 05:48:09 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7dd55c74 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-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/konsole/konsole-9999.ebuild b/kde-apps/konsole/konsole-9999.ebuild index b059acebcc..738b0d3c34 100644 --- a/kde-apps/konsole/konsole-9999.ebuild +++ b/kde-apps/konsole/konsole-9999.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