From 85357715c8e5098ee355f520bf482e05f92acfe4 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Mon, 21 Oct 2019 18:49:46 -0700 Subject: [PATCH] xfs/435: disable dmesg checks This test corrupts the filesystem to see what assertions and other things to get logged, so don't treat that as a failure. Signed-off-by: Darrick J. Wong Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/xfs/435 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/xfs/435 b/tests/xfs/435 index c6c846ad..7af63158 100755 --- a/tests/xfs/435 +++ b/tests/xfs/435 @@ -42,6 +42,7 @@ _require_loadable_fs_module "xfs" _require_quota _require_scratch_reflink _require_cp_reflink +_disable_dmesg_check rm -f "$seqres.full" -- 2.30.2