This test creates a file system with a 1k block size. Since there are no architectures with a 1k page size, test file system can never be mounted with DAX enabled, causing the test to fail. Signed-off-by: Theodore Ts'o <tytso@xxxxxxx> Cc: Yang Xu <xuyang2018.jy@xxxxxxxxxxxxxx> --- tests/ext4/035 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ext4/035 b/tests/ext4/035 index ac5f38e0..05867402 100755 --- a/tests/ext4/035 +++ b/tests/ext4/035 @@ -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 -- 2.22.0