mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
tests: skip on problematic kernel
This commit is contained in:
parent
e41da923a3
commit
5d4b2f9ea9
@ -14,6 +14,10 @@ SKIP_WITH_LVMPOLLD=1
|
|||||||
|
|
||||||
. lib/inittest
|
. lib/inittest
|
||||||
|
|
||||||
|
case "$(uname -r)" in
|
||||||
|
4.13.16*) skip "Skipping test that occasionally invokes 'oom-killer'" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
LOGICAL_BLOCK_SIZE=4096
|
LOGICAL_BLOCK_SIZE=4096
|
||||||
|
|
||||||
# PHYSICAL_BLOCK_SIZE is set with physblk_exp which
|
# PHYSICAL_BLOCK_SIZE is set with physblk_exp which
|
||||||
|
Loading…
Reference in New Issue
Block a user