mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: skip this test for 5.19
mdraid has some breakage - so 5.19 is crashing (possibly even some more older version - that can be added as well) Test seems to pass with 6.0-rc kernel.
This commit is contained in:
parent
15ad2b8e55
commit
8a92a526a0
@ -15,6 +15,10 @@ SKIP_WITH_LVMPOLLD=1
|
|||||||
|
|
||||||
. lib/inittest
|
. lib/inittest
|
||||||
|
|
||||||
|
case "$(uname -r)" in
|
||||||
|
5.19*) skip "Skippen test that kills this kernel" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
# Test reshaping under io load
|
# Test reshaping under io load
|
||||||
|
|
||||||
which mkfs.ext4 || skip
|
which mkfs.ext4 || skip
|
||||||
|
Loading…
Reference in New Issue
Block a user