1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

test: "Disable" lvconvert-raid-reshape

...when running from ramdisk. This causes test failure, so it is kept on
eyes.
This commit is contained in:
Marian Csontos 2017-10-12 10:53:22 +02:00
parent 71261ae374
commit ae55b1b20a

View File

@ -15,6 +15,11 @@ SKIP_WITH_LVMPOLLD=1
. lib/inittest
if [[ "$TESTDIR" == /dev/shm/* ]]; then
echo "Disabled. This tests is permanently causing /dev/shm exhaustion. RHBZ#1501145"
false
fi
which mkfs.ext4 || skip
aux have_raid 1 12 0 || skip