]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: Don't run big-vol-test with cloud
authorKern Sibbald <kern@sibbald.com>
Sun, 4 Nov 2018 09:22:48 +0000 (10:22 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 4 Nov 2018 15:46:16 +0000 (16:46 +0100)
regress/tests/big-vol-test

index f842853dab143234fc87603eb6b9fd286c2ae962..38283779d7d203cd73cbc3475428cbc3fd8c392e 100755 (executable)
@@ -13,6 +13,12 @@ TestName="big-vol-test"
 JobName=bigvol
 . scripts/functions
 
+if test x$FORCE_CLOUD = xyes ; then
+  echo "\n=== Test $TestName skipped not compatible with Cloud  ==="
+  exit 0
+fi
+
+
 scripts/cleanup
 scripts/copy-test-confs
 cwd=`pwd`