From 74d95a078c6725884f67a2737ea5b7e55fab1087 Mon Sep 17 00:00:00 2001 From: Bob Glossman Date: Fri, 4 Dec 2015 11:50:15 -0800 Subject: [PATCH] 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 --- 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 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 -- 1.8.3.1