1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-25 21:57:45 +03:00

tests: skip kernel for this test

Kills this kernel ATM
This commit is contained in:
Zdenek Kabelac 2020-09-14 21:23:16 +02:00
parent d0ccb2521b
commit cf4fed3761

View File

@ -15,6 +15,10 @@ SKIP_WITH_LVMPOLLD=1
. lib/inittest
case "$(uname -r)" in
3.10.0-862*) die "Cannot run this test on unfixed kernel." ;;
esac
# Test reshaping under io load
which mkfs.ext4 || skip