mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ext4/035: skip this test if DAX is in use
This test creates a file system with a 1k block size. Since there are no architectures with a 1k page size, the test file system can never be mounted with DAX enabled, causing the test to fail. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: Yang Xu <xuyang2018.jy@cn.fujitsu.com> Reviewed-by: Yang Xu<xuyang2018.jy@cn.fujitsu.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -36,6 +36,7 @@ _cleanup()
|
||||
_supported_fs ext4
|
||||
_supported_os Linux
|
||||
_require_scratch
|
||||
_exclude_scratch_mount_option dax
|
||||
_require_command "$RESIZE2FS_PROG" resize2fs
|
||||
|
||||
rm -f $seqres.full
|
||||
|
||||
Reference in New Issue
Block a user