From d9671ee29f2b5a76811b35ace6ea8f52bb3f1d45 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Wed, 8 Jan 2020 22:01:58 +0000 Subject: [PATCH] tests: Disable containerd devmapper tests Signed-off-by: Rolf Neugebauer --- test/pkg/containerd/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/pkg/containerd/run.sh b/test/pkg/containerd/run.sh index a08e4bffa..adedb52a7 100755 --- a/test/pkg/containerd/run.sh +++ b/test/pkg/containerd/run.sh @@ -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"