From 7c51256eb21e3456eb9c017d9b53280ff9a302ce Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 27 Feb 2020 16:44:28 +0100 Subject: [PATCH] TEST-40-NBD: disable again NBD is still too flaky and hangs hard sometimes --- test/TEST-40-NBD/test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/TEST-40-NBD/test.sh b/test/TEST-40-NBD/test.sh index 37644c99..45f76c92 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