]> sourceware.org Git - lvm2.git/commitdiff
tests: skip test on failing kernel
authorZdenek Kabelac <zkabelac@redhat.com>
Sat, 12 Sep 2020 07:46:21 +0000 (09:46 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Sat, 12 Sep 2020 11:24:03 +0000 (13:24 +0200)
test/shell/lvconvert-raid-reshape-stripes-load-fail.sh

index 656e4981837252e347126d5af4a7e97e8b5ff7b5..220cd365cbd5ec9568af19959ba5606c925ce24e 100644 (file)
@@ -17,6 +17,10 @@ SKIP_WITH_LVMPOLLD=1
 
 # Test reshaping under io load
 
+case "$(uname -r)" in
+  3.10.0-862*) die "Cannot run this test on unfixed kernel." ;;
+esac
+
 which mkfs.ext4 || skip
 aux have_raid 1 13 2 || skip
 
This page took 0.036183 seconds and 5 git commands to generate.