summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2021-02-17 13:26:06 +0100
committerMarian Csontos <mcsontos@redhat.com>2021-02-17 13:28:56 +0100
commit3cba07125457b82045f41bfafc67733c0dad89a2 (patch)
tree0e5c63da73ac1c85c5a4e945797645595d84f4b3
parent26a09c84c9498b187eec776150cd1eeafeda6ce7 (diff)
downloadlvm2-3cba07125457b82045f41bfafc67733c0dad89a2.tar.gz
tests: Skip test killing kernel
Bug 1916891
-rw-r--r--test/shell/lvconvert-raid-reshape-stripes-load-reload.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh b/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh
index 3920da1a5..6fe34250a 100644
--- a/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh
+++ b/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh
@@ -22,7 +22,7 @@ which mkfs.ext4 || skip
aux have_raid 1 13 2 || skip
case "$(uname -r)" in
- 5.[891]*|3.10.0-862*) die "Cannot run this test on unfixed kernel." ;;
+ 5.[891]*|3.10.0-862*|4.18.0-283.el8) die "Cannot run this test on unfixed kernel." ;;
esac
mount_dir="mnt"