From 9250a059d027d4457fd4a58570fe226a071433c9 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 19 Nov 2020 16:34:20 +0100 Subject: [PATCH] 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 --- tests/virsh-output | 2 ++ 1 file changed, 2 insertions(+) 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