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

tests: no further fixes likely to be expected

Skip tests for these kernels.
This commit is contained in:
Zdenek Kabelac 2021-03-16 21:40:30 +01:00
parent 87659256f0
commit db37905d7f
3 changed files with 4 additions and 3 deletions

View File

@ -18,7 +18,7 @@ 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." ;;
3.10.0-862*) skip "Cannot run this test on unfixed kernel." ;;
esac
which mkfs.ext4 || skip

View File

@ -22,7 +22,8 @@ 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]*) die "Cannot run this test on unfixed kernel." ;;
3.10.0-862*) skip "Cannot run this test on unfixed kernel." ;;
4.18.0-*.el8*)
REL="$(uname -r)"
REL="${REL#4.18.0-}"

View File

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