It seems this test creates a crafted corrupted image by modifying ext4 extent block structure of an inode to test some ext4 extent consistency fixes done at [1]. This IMO, should not be in auto and quick group, since it could cause BUG_ON() and happens only with some crafted corrupted image (or with fault injection testing with errors=continue mount option). [1]: https://lore.kernel.org/all/20210908120850.4012324-1-yi.zhang@xxxxxxxxxx/ Signed-off-by: Ritesh Harjani <riteshh@xxxxxxxxxxxxx> --- tests/ext4/054 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ext4/054 b/tests/ext4/054 index 9a11719f..21fa4e0a 100755 --- a/tests/ext4/054 +++ b/tests/ext4/054 @@ -12,7 +12,7 @@ # ext4_valid_extent_entries()) . ./common/preamble -_begin_fstest auto quick dangerous_fuzzers +_begin_fstest dangerous_fuzzers # Import common functions . ./common/filter -- 2.31.1