From: Bob Glossman Date: Fri, 4 Dec 2015 19:50:15 +0000 (-0800) Subject: LU-7428 test: disable conf-sanity, test_84 X-Git-Tag: 2.7.64~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=74d95a078c6725884f67a2737ea5b7e55fab1087;p=fs%2Flustre-release.git LU-7428 test: disable conf-sanity, test_84 Add failing test to ALWAYS_EXCEPT. This is a temprorary workaround until a real fix for the test failure is developed. Signed-off-by: Bob Glossman Change-Id: I73e00d658a9e7728ce52b5dc90741e9a18ce15f9 Reviewed-on: http://review.whamcloud.com/17482 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 5b00d52..3fe0aa3 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -4,8 +4,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: -ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT" +# bug number for skipped test: LU-7428 +ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT 84" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! is_sles11() # LU-2181