From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
Date: Mon, 7 Nov 2011 14:27:52 +0100
Subject: Deleting disk pools not yet supported

---
 scripts/storage/110-disk-pool.t |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/scripts/storage/110-disk-pool.t b/scripts/storage/110-disk-pool.t
index 280ccab..f92dd5a 100644
--- a/scripts/storage/110-disk-pool.t
+++ b/scripts/storage/110-disk-pool.t
@@ -117,6 +117,9 @@ SKIP: {
     is($#vols, -1, "zero storage volume in pool");
 
     lives_ok(sub { $pool->destroy() }, "destroyed pool");
+
+    skip "Deleting disk pools not yet supported", 3;
+
     lives_ok(sub { $pool->delete(0) }, "deleted pool");
 
     # Since we blew away the partition table we should not be able to
-- 
