diff options
-rwxr-xr-x | tests/cp/sparse-fiemap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cp/sparse-fiemap b/tests/cp/sparse-fiemap index 2e8c95bcb..1394060b3 100755 --- a/tests/cp/sparse-fiemap +++ b/tests/cp/sparse-fiemap @@ -26,6 +26,10 @@ touch fiemap_chk if fiemap_capable_ fiemap_chk && ! df -t ext3 . >/dev/null; then : # Current partition has working extents. Good! else + # FIXME: temporarily(?) skip this variant, at least until after this bug + # is fixed: http://thread.gmane.org/gmane.comp.file-systems.ext4/24495 + skip_test_ "current file system has insufficient FIEMAP support" + # It's not; we need to create one, hence we need root access. require_root_ |