From 06e36fb43436c9e0659fbb630536a2b370163759 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 9 Sep 2016 18:27:12 +0200 Subject: [PATCH] tests: skip synaction test in cluster for now Until we resolve it - we do not support syncaction on clustered VG. --- test/shell/lvchange-syncaction-raid.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/shell/lvchange-syncaction-raid.sh b/test/shell/lvchange-syncaction-raid.sh index 2baaaf6c5..448a6885b 100644 --- a/test/shell/lvchange-syncaction-raid.sh +++ b/test/shell/lvchange-syncaction-raid.sh @@ -14,6 +14,12 @@ SKIP_WITH_LVMLOCKD=1 SKIP_WITH_LVMPOLLD=1 + +# Current support for syncaction in cluster is broken +# might get fixed one day though +# meanwhile skipped +SKIP_WITH_CLVMD=1 + . lib/inittest # Proper mismatch count 1.5.2+ upstream, 1.3.5 < x < 1.4.0 in RHEL6