summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2020-09-14 21:23:16 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2020-09-15 23:07:06 +0200
commitcf4fed37617c71f6fd3f00f80beafb4737d53ced (patch)
treed7d2291f4029f2ed092cf67f83306d723e38242c
parentd0ccb2521ba4f34455078f87f46cc41f5761ffc0 (diff)
downloadlvm2-cf4fed37617c71f6fd3f00f80beafb4737d53ced.tar.gz
tests: skip kernel for this test
Kills this kernel ATM
-rw-r--r--test/shell/lvconvert-raid-reshape-stripes-load.sh4
1 files changed, 4 insertions, 0 deletions
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