From d8e3795744888910a89ef657862dbe04ad85007a Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Thu, 13 Jan 2022 23:38:33 -0700 Subject: [PATCH] EX-4334 tests: disable sanity test_428 temporarily sanity test_428 is crashing regularly (about 1/15 runs) on b_es6_0. Disable it until it is fixed. Test-Parameters: trivial testlist=sanity env=ONLY=428,ONLY_REPEAT=180 Signed-off-by: Andreas Dilger Change-Id: Id3c7722d5f4c4d084bf1dab83733aae8f9d8366f Reviewed-on: https://review.whamcloud.com/46109 Tested-by: jenkins Tested-by: Maloo Reviewed-by: John L. Hammond --- 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 970621d..beac17b 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 LU-9054 LU-14921 -ALWAYS_EXCEPT+=" 407 312 101f 101k" +# bug number: LU-8411 LU-9054 LU-14921 EX-4334 +ALWAYS_EXCEPT+=" 407 312 101f 101k 428" if $SHARED_KEY; then # bug number: LU-14181 LU-14181 -- 1.8.3.1