From 18bf954801e0ea3aff4b85e9511b1bbf03a07c2d Mon Sep 17 00:00:00 2001 From: Heinz Mauelshagen Date: Thu, 20 Apr 2017 21:45:56 +0200 Subject: test: Fix skip some reshape tests that hang on single core machines Fix commit c7fb0cb861104e99c11e8b4e031d981dab7891a1. --- test/shell/lvconvert-raid-reshape-striped_to_linear.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/shell/lvconvert-raid-reshape-striped_to_linear.sh') diff --git a/test/shell/lvconvert-raid-reshape-striped_to_linear.sh b/test/shell/lvconvert-raid-reshape-striped_to_linear.sh index 8f53a42f8..4c12dd73d 100644 --- a/test/shell/lvconvert-raid-reshape-striped_to_linear.sh +++ b/test/shell/lvconvert-raid-reshape-striped_to_linear.sh @@ -19,7 +19,7 @@ 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_single_core || skip +aux have_single_core && skip aux prepare_vg 5 -- cgit v1.2.1