]> sourceware.org Git - lvm2.git/commitdiff
tests: Skip test killing kernel
authorMarian Csontos <mcsontos@redhat.com>
Wed, 17 Feb 2021 12:26:06 +0000 (13:26 +0100)
committerMarian Csontos <mcsontos@redhat.com>
Wed, 17 Feb 2021 12:28:56 +0000 (13:28 +0100)
Bug 1916891

test/shell/lvconvert-raid-reshape-stripes-load-reload.sh

index 3920da1a56f6a6144a2e3cd94ece5c8cad36a097..6fe34250a1125c2c45c992215935cd69e0f15cf8 100644 (file)
@@ -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"
This page took 0.039306 seconds and 5 git commands to generate.