From: Zdenek Kabelac Date: Sat, 12 May 2018 10:02:01 +0000 (+0200) Subject: tests: again disable this raid test X-Git-Tag: v2_02_178-rc1~32^2~38 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=38b4354494d3e6742d082c82ae7fc957be44e7e1;p=lvm2.git tests: again disable this raid test Still kills testing machines even with 4.17-rc4 kernels on reshaping. --- diff --git a/test/shell/lvconvert-raid-reshape.sh b/test/shell/lvconvert-raid-reshape.sh index 28bff0d45..e62131891 100644 --- a/test/shell/lvconvert-raid-reshape.sh +++ b/test/shell/lvconvert-raid-reshape.sh @@ -18,7 +18,7 @@ LVM_SKIP_LARGE_TESTS=0 . lib/inittest which mkfs.ext4 || skip -aux have_raid 1 13 1 || skip # needed to address RHBZ#1501145 +aux have_raid 1 13 99 || skip # needed to address RHBZ#1501145 # Temporarily skip reshape tests on single-core CPUs until there's a fix for # https://bugzilla.redhat.com/1443999 - AGK 2017/04/20