From: Zdenek Kabelac Date: Mon, 14 Sep 2020 19:23:16 +0000 (+0200) Subject: tests: skip kernel for this test X-Git-Tag: v2_03_11~169 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=cf4fed37617c71f6fd3f00f80beafb4737d53ced;p=lvm2.git tests: skip kernel for this test Kills this kernel ATM --- diff --git a/test/shell/lvconvert-raid-reshape-stripes-load.sh b/test/shell/lvconvert-raid-reshape-stripes-load.sh index ad8f37351..6184e9d64 100644 --- a/test/shell/lvconvert-raid-reshape-stripes-load.sh +++ b/test/shell/lvconvert-raid-reshape-stripes-load.sh @@ -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