From 241fbfb14be7faef9f3a52bd9f8cafe70745484c Mon Sep 17 00:00:00 2001 From: Dan Molik Date: Wed, 20 Nov 2019 08:02:09 -0500 Subject: app-emulation/crun: restrict tests the crun test suite is comprehensive to the extent that tests will fail within a sandbox environment, due to the nature of the priveledges required to create linux "containers." for now I am restricting tests until the time when I can find the time to determine a subset of tests that will run within a sandbox. Closes: https://bugs.gentoo.org/700724 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Dan Molik Closes: https://github.com/gentoo/gentoo/pull/13719 Signed-off-by: Aaron Bauman --- app-emulation/crun/crun-0.10.6.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app-emulation') diff --git a/app-emulation/crun/crun-0.10.6.ebuild b/app-emulation/crun/crun-0.10.6.ebuild index b67e905bdb7c..04f20e4287a3 100644 --- a/app-emulation/crun/crun-0.10.6.ebuild +++ b/app-emulation/crun/crun-0.10.6.ebuild @@ -29,6 +29,11 @@ BDEPEND=" doc? ( dev-go/go-md2man ) " +# the crun test suite is comprehensive to the extent that tests will fail +# within a sandbox environment, due to the nature of the priveledges +# required to create linux "containers." +RESTRICT="test" + DOCS=README.md src_configure() { -- cgit v1.2.3-65-gdbad