Browse Source

TEST-40-NBD: disable again

NBD is still too flaky and hangs hard sometimes
master
Harald Hoyer 5 years ago
parent
commit
7c51256eb2
  1. 3
      test/TEST-40-NBD/test.sh

3
test/TEST-40-NBD/test.sh

@ -9,6 +9,9 @@ KVERSION=${KVERSION-$(uname -r)} @@ -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

Loading…
Cancel
Save