From: Peter Krempa Date: Thu, 19 Nov 2020 15:34:20 +0000 (+0100) Subject: tests: virsh-output: Mark as expensive X-Git-Tag: v6.10.0-rc1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9250a059d027d4457fd4a58570fe226a071433c9;p=thirdparty%2Flibvirt.git tests: virsh-output: Mark as expensive 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 Reviewed-by: Daniel Henrique Barboza --- diff --git a/tests/virsh-output b/tests/virsh-output index 44833c7048..aa2d386c39 100755 --- a/tests/virsh-output +++ b/tests/virsh-output @@ -2,6 +2,8 @@ . "$(dirname $0)/test-lib.sh" +test_expensive + if [ ! -x /bin/bash ]; then echo skipping test - no bash exit 77