1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-21 22:04:19 +03:00

tests: skip this test for current 5.8 5.9 kernels

Kernel is hitting not yet fixed kernel bug.
Skip the test to avoid killing testing machine.
This commit is contained in:
Zdenek Kabelac 2020-09-01 23:14:47 +02:00
parent fa1290f40e
commit 9a06700017

View File

@ -21,6 +21,10 @@ which md5sum || skip
which mkfs.ext4 || skip
aux have_raid 1 13 2 || skip
case "$(uname -r)" in
5.[89]*) skip "Unfixed kernel" ;;
esac
mount_dir="mnt"
cleanup_mounted_and_teardown()