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

tests: skip test on failing kernel

This commit is contained in:
Zdenek Kabelac 2020-09-12 09:46:21 +02:00
parent a940979ff7
commit 7bd015861d

View File

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