1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tests: Skip test killing kernel

Bug 1916891
This commit is contained in:
Marian Csontos 2021-02-17 13:26:06 +01:00
parent 26a09c84c9
commit 3cba071254

View 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"