From: Andreas Dilger Date: Thu, 13 Aug 2015 19:24:03 +0000 (-0600) Subject: LU-7005 tests: disable conf-sanity test_50i X-Git-Tag: 2.7.58~5 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F15980%2F2;p=fs%2Flustre-release.git LU-7005 tests: disable conf-sanity test_50i Skip new test for permanently disabling MDT because it is failing about 50% of the time. Signed-off-by: Andreas Dilger Change-Id: I39f71aa5fa880f95f024f74fbca6ef261a6e4dcd Reviewed-on: http://review.whamcloud.com/15980 --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index e9252f7..617f016 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-7005 +ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT 50i" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! is_sles11() # LU-2181