1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-09-20 05:44:20 +03:00

tests: skip on kernels

This commit is contained in:
Zdenek Kabelac
2023-07-04 19:14:18 +02:00
parent 077b46e014
commit 975368ba18
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ SKIP_WITH_LVMPOLLD=1
. lib/inittest
case "$(uname -r)" in
6.2*) skip "Skippen test that kills this kernel" ;;
6.[0123]*|5.19*) skip "Skippen test that kills this kernel" ;;
esac
mkfs_mount_umount()

View File

@@ -17,7 +17,7 @@ SKIP_WITH_LVMPOLLD=1
. lib/inittest
case "$(uname -r)" in
6.2*) skip "Skippen test that kills this kernel" ;;
6.[0123]*|5.19*) skip "Skippen test that kills this kernel" ;;
esac
do_test()