summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2017-10-12 10:53:22 +0200
committerMarian Csontos <mcsontos@redhat.com>2017-10-12 10:55:02 +0200
commitae55b1b20a4539be2f9702f5dbf882cf50267a62 (patch)
tree92946b70b8f6adcb72847a18d932bdb714db0ecc
parent71261ae3747f3810a1cf279098e149bc0f8dd833 (diff)
downloadlvm2-ae55b1b20a4539be2f9702f5dbf882cf50267a62.tar.gz
test: "Disable" lvconvert-raid-reshape
...when running from ramdisk. This causes test failure, so it is kept on eyes.
-rw-r--r--test/shell/lvconvert-raid-reshape.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/shell/lvconvert-raid-reshape.sh b/test/shell/lvconvert-raid-reshape.sh
index c93d79b1f..b07e1ce2a 100644
--- a/test/shell/lvconvert-raid-reshape.sh
+++ b/test/shell/lvconvert-raid-reshape.sh
@@ -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