From: Theodore Ts'o Date: Thu, 30 Jun 2022 14:46:35 +0000 (-0400) Subject: ext4/055: skip test if dax mount option is used X-Git-Tag: v2022.07.03~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9ac1dd12cd05e8ab9a61612db63436a1f7fa0527;p=users%2Fhch%2Fxfstests-dev.git ext4/055: skip test if dax mount option is used This test creates a 1k block file system with the quota feature enabled. As such, it is incompatible with DAX. Signed-off-by: Theodore Ts'o Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- diff --git a/tests/ext4/055 b/tests/ext4/055 index 8f466f1b0..aa15cfe98 100755 --- a/tests/ext4/055 +++ b/tests/ext4/055 @@ -26,6 +26,7 @@ _require_command "$DEBUGFS_PROG" debugfs echo "Silence is golden" # The 1K blocksize is designed for debugfs. +_exclude_scratch_mount_option dax _scratch_mkfs "-F -O quota -b 1024" > $seqres.full 2>&1 # Start from 0, fill block 1 with 6,replace the original 2.