From 30f00843d3d3c2ec37e35a9c351c3eef680bb93b Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 8 Dec 2021 17:37:51 -0700 Subject: [PATCH] EX-4052 tests: skip sanity-lipe test_8/9 Tests failing 100% and need to be skipped until fixed. Test-Parameters: trivial testlist=sanity-lipe Test-Parameters: testlist=sanity-lipe mdscount=2 mdtcount=4 Signed-off-by: Andreas Dilger Change-Id: I7b29c2f147652ae99522f71f7d156e0934a48d8a Reviewed-on: https://review.whamcloud.com/45802 Reviewed-by: Jian Yu Tested-by: jenkins Reviewed-by: Sebastien Buisson --- lustre/tests/sanity-lipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-lipe.sh b/lustre/tests/sanity-lipe.sh index e3e2a23..6f02c69 100644 --- a/lustre/tests/sanity-lipe.sh +++ b/lustre/tests/sanity-lipe.sh @@ -14,8 +14,8 @@ init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} init_logging -# bug number for skipped test: -ALWAYS_EXCEPT="$SANITY_LIPE_EXCEPT " +# bug number for skipped test: EX-4052 +ALWAYS_EXCEPT="$SANITY_LIPE_EXCEPT 8 9" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! (( OSTCOUNT >= 2 )) || skip_env "need at least 2 OSTs" -- 1.8.3.1