From ba510abfd7af16ac17bfae0b6cf6bf592d15e4b8 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 1 Aug 2013 12:20:09 +0200 Subject: [PATCH] tests: Skip virsh-all test as expensive Don't run the blind test of all virsh commands always. It usualy just wastes time. --- tests/virsh-all | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/virsh-all b/tests/virsh-all index d4e2633db4..4e456c68eb 100755 --- a/tests/virsh-all +++ b/tests/virsh-all @@ -21,6 +21,8 @@ test -z "$srcdir" && srcdir=$(pwd) . "$srcdir/test-lib.sh" +test_expensive + fail=0 test_url=test:///default -- 2.47.2