tests: Temporarily disable containerd test

Looks like brtfs-prog v4.17 as shipped with alpine:3.8 requires
a loopback device of 109MB while the containerd tests only
create a 100MB device. This causes the test to fail.

Disable it until https://github.com/containerd/containerd/issues/2447
is fixed.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
This commit is contained in:
Rolf Neugebauer 2018-07-07 21:59:40 +01:00
parent 8301540809
commit 177008fe0c

View File

@ -1,6 +1,7 @@
#!/bin/sh
# SUMMARY: Run containerd test
# LABELS:
# disable containerd test because of: https://github.com/containerd/containerd/issues/2447
# LABELS: disabled
# REPEAT:
set -e