]> sourceware.org Git - lvm2.git/commitdiff
test: also prevent lvconvert-raid-reshape.sh on single core
authorHeinz Mauelshagen <heinzm@redhat.com>
Fri, 21 Apr 2017 00:17:55 +0000 (02:17 +0200)
committerHeinz Mauelshagen <heinzm@redhat.com>
Fri, 21 Apr 2017 00:17:55 +0000 (02:17 +0200)
test/shell/lvconvert-raid-reshape.sh

index f9ff7441ddd4aa15464ef1a1507bd37f363a231f..246a3ba9ddc25cf5fca309ad5ba86a30a691ef78 100644 (file)
@@ -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)
This page took 0.043121 seconds and 5 git commands to generate.