From fa722ccf04fe6c386628ea5a575165c173643800 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Sun, 25 Dec 2016 16:09:07 -0500 Subject: [PATCH] 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 --- lustre/tests/conf-sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1