@@ -28,6 +28,9 @@ _require_scratch
_require_btrfs_command "property"
_require_btrfs_command inspect-internal dump-super
_require_btrfs_no_nodatacow
+# We exercise setting compression through properties, and that fails on inodes
+# with nodatasum, so skip when mounting with nodatasum.
+_require_btrfs_no_nodatasum
send_files_dir=$TEST_DIR/btrfs-test-$seq
@@ -26,6 +26,9 @@ _require_test
_require_scratch
_require_btrfs_command "property"
_require_btrfs_no_nodatacow
+# We exercise setting compression through properties, and that fails on inodes
+# with nodatasum, so skip when mounting with nodatasum.
+_require_btrfs_no_nodatasum
_scratch_mkfs >> $seqres.full 2>&1
_scratch_mount