From fd73b2b7b92a2bb1d3ae3d6c4d2eb5eef78594c0 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 16 Dec 2013 13:29:46 +0100 Subject: [PATCH] tests: skip pool-label test for lvmetad Unsupported by lvmetad. --- test/shell/pool-labels.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/shell/pool-labels.sh b/test/shell/pool-labels.sh index 9d3fa03e3..b5cbbdc6e 100644 --- a/test/shell/pool-labels.sh +++ b/test/shell/pool-labels.sh @@ -11,6 +11,9 @@ . lib/test +# lvmetad does not handle pool labels so skip test. +test ! -e LOCAL_LVMETAD || skip + env printf "" || skip # skip if printf is not available # create the old GFS pool labeled linear devices -- 2.43.5