mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +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)
|
||||
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
|
||||
printf "containerd test suite PASSED\n"
|
||||
|
Loading…
Reference in New Issue
Block a user