]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-40-NBD: disable again
authorHarald Hoyer <harald@redhat.com>
Thu, 27 Feb 2020 15:44:28 +0000 (16:44 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 27 Feb 2020 15:44:28 +0000 (16:44 +0100)
NBD is still too flaky and hangs hard sometimes

test/TEST-40-NBD/test.sh

index 37644c99dbae48e3d9b4c1c51848ca81863d6d0e..45f76c926cb74e8912070ed565f8eab6f04559b4 100755 (executable)
@@ -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