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 7DB47158090 for ; Wed, 18 May 2022 11:30:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0C86E0919; Wed, 18 May 2022 11:30:31 +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 14A23E0918 for ; Wed, 18 May 2022 11:30:31 +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 6E969341B21 for ; Wed, 18 May 2022 11:30:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EF31389 for ; Wed, 18 May 2022 11:30:27 +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: <1652873415.5b1f82b40437bd7020c5b6bdeae188cec07cd726.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/krunner/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/krunner/krunner-9999.ebuild X-VCS-Directories: kde-frameworks/krunner/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5b1f82b40437bd7020c5b6bdeae188cec07cd726 X-VCS-Branch: master Date: Wed, 18 May 2022 11:30:27 +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: 6283ccee-a28a-4431-882d-4ed427b27678 X-Archives-Hash: 7c489b897d4a2010f63f996b7365252b commit: 5b1f82b40437bd7020c5b6bdeae188cec07cd726 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 18 20:48:40 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 18 11:30:15 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5b1f82b4 kde-frameworks/krunner: Disable broken runnermanagertest Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/krunner/krunner-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/krunner/krunner-9999.ebuild b/kde-frameworks/krunner/krunner-9999.ebuild index a136863476..5491463fc3 100644 --- a/kde-frameworks/krunner/krunner-9999.ebuild +++ b/kde-frameworks/krunner/krunner-9999.ebuild @@ -39,9 +39,9 @@ src_configure() { } src_test() { - # requires virtual dbus, otherwise hangs; bugs #630672, #789351 + # requires virtual dbus, otherwise hangs; bugs #630672, #789351, #838502 local myctestargs=( - -E "(dbusrunnertest|runnermanagersinglerunnermodetest)" + -E "(dbusrunnertest|runnermanagersinglerunnermodetest|runnermanagertest)" ) ecm_src_test }