]> sourceware.org Git - lvm2.git/commitdiff
tests: skip kernel for this test
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 14 Sep 2020 19:23:16 +0000 (21:23 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 15 Sep 2020 21:07:06 +0000 (23:07 +0200)
Kills this kernel ATM

test/shell/lvconvert-raid-reshape-stripes-load.sh

index ad8f37351e0f33c9c2c51d81b146feddefb66b00..6184e9d64e66548e16c84c6f5679958c749f7c5b 100644 (file)
@@ -15,6 +15,10 @@ SKIP_WITH_LVMPOLLD=1
 
 . lib/inittest
 
+case "$(uname -r)" in
+  3.10.0-862*) die "Cannot run this test on unfixed kernel." ;;
+esac
+
 # Test reshaping under io load
 
 which mkfs.ext4 || skip
This page took 0.105474 seconds and 5 git commands to generate.