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 DF54C158094 for ; Sun, 25 Sep 2022 18:50:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F276FE1131; Sun, 25 Sep 2022 18:50:13 +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 D63D5E1131 for ; Sun, 25 Sep 2022 18:50:13 +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 E1918340B27 for ; Sun, 25 Sep 2022 18:50:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 450D75C0 for ; Sun, 25 Sep 2022 18:50:11 +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: <1664131791.8257c11ee48da3e46d44bb7b8308fd03d20a1e19.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/discover/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/discover/discover-5.25.5.ebuild X-VCS-Directories: kde-plasma/discover/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8257c11ee48da3e46d44bb7b8308fd03d20a1e19 X-VCS-Branch: master Date: Sun, 25 Sep 2022 18:50:11 +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: ce9a2f88-9379-4d9a-9dfe-752990f6887b X-Archives-Hash: 305d0976ab4df48711054fea239f84b9 commit: 8257c11ee48da3e46d44bb7b8308fd03d20a1e19 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 25 18:48:35 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 25 18:49:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8257c11e kde-plasma/discover: Disable flatpaktest, requires network connection Bug: https://bugs.gentoo.org/868909 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/discover/discover-5.25.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/discover/discover-5.25.5.ebuild b/kde-plasma/discover/discover-5.25.5.ebuild index 0f21d0949b79..b2aef46dbeb9 100644 --- a/kde-plasma/discover/discover-5.25.5.ebuild +++ b/kde-plasma/discover/discover-5.25.5.ebuild @@ -83,7 +83,7 @@ src_configure() { src_test() { # bug 686392: needs network connection local myctestargs=( - -E "(knsbackendtest)" + -E "(knsbackendtest|flatpaktest)" ) ecm_src_test