From fdab53a553c278d9b4126ca72ef5a911c7227dbb Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Sat, 11 May 2024 00:20:43 -0700 Subject: [PATCH] LU-16515 tests: disable sanity test_118c/118d Temporarily disable sanity test_118c and test_118d until there is a fix available, since this is failing a large fraction of tests. Lustre-change: https://review.whamcloud.com/50470 Lustre-commit: 7c52cbf65218d77c0594f92981173aa7d78f6758 Test-Parameters: trivial Signed-off-by: Andreas Dilger Change-Id: I16ebbc470a126bb99b5c3ecdf93407d6b73ebbe5 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55077 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Yang Sheng Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index ca0ea72..2d3d482 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -41,8 +41,8 @@ init_logging ALWAYS_EXCEPT="$SANITY_EXCEPT " # bug number for skipped test: LU-9693 LU-6493 LU-9693 ALWAYS_EXCEPT+=" 42a 42b 42c " -# bug number: LU-8411 -ALWAYS_EXCEPT+=" 407 " +# bug number: LU-8411 LU-16515 LU-16515 +ALWAYS_EXCEPT+=" 407 118c 118d" if $SHARED_KEY; then # bug number: LU-14181 LU-14181 -- 1.8.3.1