]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: virsh-output: Mark as expensive
authorPeter Krempa <pkrempa@redhat.com>
Thu, 19 Nov 2020 15:34:20 +0000 (16:34 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 23 Nov 2020 13:44:39 +0000 (14:44 +0100)
The test takes more than a second on a beefy machine. While it's more
useful than some expensive tests it's not worth running all the time.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
tests/virsh-output

index 44833c704821697acd8a4623242a011a5bff08c2..aa2d386c397b40579735458088676b7524ed5ac0 100755 (executable)
@@ -2,6 +2,8 @@
 
 . "$(dirname $0)/test-lib.sh"
 
+test_expensive
+
 if [ ! -x /bin/bash ]; then
     echo skipping test - no bash
     exit 77