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 02B251581E7 for ; Sat, 27 Apr 2024 22:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D02BE29F0; Sat, 27 Apr 2024 22:42:44 +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 183AAE29F0 for ; Sat, 27 Apr 2024 22:42:44 +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 EA4E0335D6E for ; Sat, 27 Apr 2024 22:42:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5663AEF5 for ; Sat, 27 Apr 2024 22:42:41 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1714257758.970985fdb4ba4796357abcba3f27e21ef9b52020.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/croc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/croc/croc-9.6.15.ebuild X-VCS-Directories: net-misc/croc/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 970985fdb4ba4796357abcba3f27e21ef9b52020 X-VCS-Branch: master Date: Sat, 27 Apr 2024 22:42:41 +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: f44092d6-1806-4ac6-8c5f-9719f14cfdd5 X-Archives-Hash: 7641003693c4ae5d4823ce37fc87a7d9 commit: 970985fdb4ba4796357abcba3f27e21ef9b52020 Author: Armas Spann simple-co de> AuthorDate: Sat Apr 27 13:22:28 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Apr 27 22:42:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970985fd net-misc/croc: skip network related tests Closes: https://bugs.gentoo.org/930714 Signed-off-by: Armas Spann simple-co.de> Closes: https://github.com/gentoo/gentoo/pull/36456 Signed-off-by: Maciej Barć gentoo.org> net-misc/croc/croc-9.6.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/croc/croc-9.6.15.ebuild b/net-misc/croc/croc-9.6.15.ebuild index ddb41e941b5e..edfe827fbac5 100644 --- a/net-misc/croc/croc-9.6.15.ebuild +++ b/net-misc/croc/croc-9.6.15.ebuild @@ -43,5 +43,5 @@ src_install() { } src_test() { - ego test -work ./... + ego test -skip "Test(Comm|Send|PublicIP|LocalIP)" -work ./... }