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:
parent
fa1290f40e
commit
9a06700017
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user