From d48b816764fcf2b153d9d4f27244be5b96846227 Mon Sep 17 00:00:00 2001 From: Heinz Mauelshagen Date: Fri, 21 Apr 2017 02:17:55 +0200 Subject: [PATCH] test: also prevent lvconvert-raid-reshape.sh on single core --- test/shell/lvconvert-raid-reshape.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/shell/lvconvert-raid-reshape.sh b/test/shell/lvconvert-raid-reshape.sh index f9ff7441d..246a3ba9d 100644 --- a/test/shell/lvconvert-raid-reshape.sh +++ b/test/shell/lvconvert-raid-reshape.sh @@ -17,6 +17,10 @@ SKIP_WITH_LVMPOLLD=1 which mkfs.ext4 || skip aux have_raid 1 10 1 || skip +# Temporarily skip reshape tests on single-core CPUs until there's a fix for +# https://bugzilla.redhat.com/1443999 - AGK 2017/04/20 +aux have_multi_core || skip + aux prepare_pvs 65 64 vgcreate -s 1M $vg $(cat DEVICES) -- 2.43.5