From: Oleg Drokin Date: Sun, 25 Dec 2016 21:09:07 +0000 (-0500) Subject: LU-8972 tests: Disable conf-sanity test 101 X-Git-Tag: 2.9.51~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fa722ccf04fe6c386628ea5a575165c173643800;p=fs%2Flustre-release.git LU-8972 tests: Disable conf-sanity test 101 It causes a lot of failures for apparently no good reason. Change-Id: I0e29c3274b18eece1249e79bed2b58edc493836f Signed-off-by: Oleg Drokin Reviewed-on: https://review.whamcloud.com/24517 Tested-by: Jenkins Tested-by: Maloo --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index d9a9585..f8ad8ad 100755 --- 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-8972 +ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT 101" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! is_sles11() # LU-2181