aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/005
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/005')
-rwxr-xr-xtests/qemu-iotests/0055
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/qemu-iotests/005 b/tests/qemu-iotests/005
index e3458fde04..148f936bf3 100755
--- a/tests/qemu-iotests/005
+++ b/tests/qemu-iotests/005
@@ -43,10 +43,13 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.rc
. ./common.filter
-# vpc is limited to 127GB, so we can't test it here
_supported_fmt generic
_supported_os Linux
+# vpc is limited to 127GB, so we can't test it here
+if [ "$IMGFMT" = "vpc" ]; then
+ _notrun "image format $IMGFMT does not support large image sizes"
+fi
echo
echo "creating large image"