mirror of https://gitee.com/openkylin/libvirt.git
tests: Skip virsh-all test as expensive
Don't run the blind test of all virsh commands always. It usualy just wastes time.
This commit is contained in:
parent
3ff6ae5b17
commit
ba510abfd7
|
@ -21,6 +21,8 @@ test -z "$srcdir" && srcdir=$(pwd)
|
|||
|
||||
. "$srcdir/test-lib.sh"
|
||||
|
||||
test_expensive
|
||||
|
||||
fail=0
|
||||
|
||||
test_url=test:///default
|
||||
|
|
Loading…
Reference in New Issue