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:
parent
71261ae374
commit
ae55b1b20a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user