parent
ba66cb2789
commit
7c51256eb2
|
@ -9,6 +9,9 @@ KVERSION=${KVERSION-$(uname -r)}
|
||||||
#SERIAL="tcp:127.0.0.1:9999"
|
#SERIAL="tcp:127.0.0.1:9999"
|
||||||
|
|
||||||
test_check() {
|
test_check() {
|
||||||
|
# NBD is still too flaky and hangs hard sometimes
|
||||||
|
return 1
|
||||||
|
|
||||||
if ! type -p nbd-server 2>/dev/null; then
|
if ! type -p nbd-server 2>/dev/null; then
|
||||||
echo "Test needs nbd-server... Skipping"
|
echo "Test needs nbd-server... Skipping"
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Reference in New Issue