TEST-40-NBD: disable again

NBD is still too flaky and hangs hard sometimes
master
Harald Hoyer 2020-02-27 16:44:28 +01:00
parent ba66cb2789
commit 7c51256eb2
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ KVERSION=${KVERSION-$(uname -r)}
#SERIAL="tcp:127.0.0.1:9999"

test_check() {
# NBD is still too flaky and hangs hard sometimes
return 1

if ! type -p nbd-server 2>/dev/null; then
echo "Test needs nbd-server... Skipping"
return 1