From: Harald Hoyer Date: Thu, 27 Feb 2020 15:44:28 +0000 (+0100) Subject: TEST-40-NBD: disable again X-Git-Tag: 050~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c51256eb21e3456eb9c017d9b53280ff9a302ce;p=thirdparty%2Fdracut.git TEST-40-NBD: disable again NBD is still too flaky and hangs hard sometimes --- diff --git a/test/TEST-40-NBD/test.sh b/test/TEST-40-NBD/test.sh index 37644c99d..45f76c926 100755 --- a/test/TEST-40-NBD/test.sh +++ b/test/TEST-40-NBD/test.sh @@ -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