summaryrefslogtreecommitdiff
path: root/test/shell
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2023-02-16 14:21:17 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2023-02-17 00:08:50 +0100
commit13b216fbdf038dc83d31c43026aa53d281ab3942 (patch)
treefb51c41909a14d9cdaade125fdd36afff9775b02 /test/shell
parent1788b4b3aa129b9bfbb977be263455680b6dc128 (diff)
downloadlvm2-13b216fbdf038dc83d31c43026aa53d281ab3942.tar.gz
tests: safety first...
Diffstat (limited to 'test/shell')
-rw-r--r--test/shell/lvconvert-raid-reshape.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/shell/lvconvert-raid-reshape.sh b/test/shell/lvconvert-raid-reshape.sh
index e55ab7ab9..abea0ff10 100644
--- a/test/shell/lvconvert-raid-reshape.sh
+++ b/test/shell/lvconvert-raid-reshape.sh
@@ -17,6 +17,10 @@ LVM_SKIP_LARGE_TESTS=0
. lib/inittest
+case "$(uname -r)" in
+5.19*) skip "Skippen test that kills this kernel" ;;
+esac
+
which mkfs.ext4 || skip
aux have_raid 1 14 0 || skip