mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
tests: Disable containerd devmapper tests
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
7bcd19058b
commit
d9671ee29f
@ -15,5 +15,7 @@ export TMPDIR=/var/lib/tmp
|
|||||||
|
|
||||||
# unset -race (does not work on alpine; see golang/go#14481)
|
# unset -race (does not work on alpine; see golang/go#14481)
|
||||||
export TESTFLAGS=
|
export TESTFLAGS=
|
||||||
|
# disable devmapper tests
|
||||||
|
export SKIPTESTS="github.com/containerd/containerd/snapshots/devmapper github.com/containerd/containerd/snapshots/devmapper/dmsetup github.com/containerd/containerd/snapshots/devmapper/losetup"
|
||||||
make root-test || failed
|
make root-test || failed
|
||||||
printf "containerd test suite PASSED\n"
|
printf "containerd test suite PASSED\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user