From 6f830ced2b5468fe01a723fccea01e2649b57bcf Mon Sep 17 00:00:00 2001 From: Saurabh Tandan Date: Tue, 20 Jun 2017 11:57:35 -0700 Subject: [PATCH] LU-9693 tests: Adding sanity test_42a & 42c to always_except Sanity test_42a and test_42c were removed from Always_Except list earlier. But it seems the issues were not completely resolved. Hence, adding them back to Always_Except list. Test-Parameters: trivial Signed-off-by: Saurabh Tandan Change-Id: Ib82e0d788054f3ede58c2dbdf5af21227fb4e7f3 Reviewed-on: https://review.whamcloud.com/27740 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Wei Liu --- 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 6922bc5..19cb29f 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -8,8 +8,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: LU-6493 3561 5188 -ALWAYS_EXCEPT=" 42b 45 68b $SANITY_EXCEPT" +# bug number for skipped test: LU-9693 LU-6493 LU-9693 3561 5188 +ALWAYS_EXCEPT=" 42a 42b 42c 45 68b $SANITY_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! # bug number for skipped tests: LU-2036 LU-8411 LU-9096 -- 1.8.3.1