aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/014
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/014')
-rwxr-xr-xtests/qemu-iotests/0142
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qemu-iotests/014 b/tests/qemu-iotests/014
index 2f728a1956..e1221c0fff 100755
--- a/tests/qemu-iotests/014
+++ b/tests/qemu-iotests/014
@@ -43,6 +43,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
+# Compression and snapshots do not work with external data files
+_unsupported_imgopts data_file
TEST_OFFSETS="0 4294967296"
TEST_OPS="writev read write readv"