net-fs/mc: disable test

disable for now due to failure with network-sandbox

Closes: https://bugs.gentoo.org/927667
Closes: https://github.com/gentoo/gentoo/pull/41074
Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
jinqiang zhang
2025-03-16 08:44:24 +00:00
committed by Yixun Lan
parent 48c3cd4ae7
commit 1e52356602
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,6 +17,7 @@ SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
LICENSE="Apache-2.0 BSD MIT MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test" # bug #927667, fails with network-sandbox
RDEPEND="!!app-misc/mc"

View File

@@ -19,6 +19,7 @@ S="${WORKDIR}/${PN}-RELEASE.${MY_PV}"
LICENSE="Apache-2.0 BSD MIT MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test" # bug #927667, fails with network-sandbox
RDEPEND="!!app-misc/mc"