app-emulation/crun: restrict tests
authorDan Molik <dan@danmolik.com>
Wed, 20 Nov 2019 13:02:09 +0000 (08:02 -0500)
committerAaron Bauman <bman@gentoo.org>
Sun, 24 Nov 2019 00:55:13 +0000 (19:55 -0500)
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 <dan@danmolik.com>
Closes: https://github.com/gentoo/gentoo/pull/13719
Signed-off-by: Aaron Bauman <bman@gentoo.org>
app-emulation/crun/crun-0.10.6.ebuild

index b67e905bdb7c8b2c66e79bc360827d6cefc82e32..04f20e4287a3201e4b9db98a94781fed03bb8e5e 100644 (file)
@@ -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() {