From 08ab3268b3711899d0887252b7027f35bd07cd10 Mon Sep 17 00:00:00 2001 From: tappro Date: Mon, 12 Nov 2007 19:26:07 +0000 Subject: [PATCH] - exclude test33 due to bug 13710 --- 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 0387fe6..05455db 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -14,8 +14,8 @@ ONLY=${ONLY:-"$*"} # These tests don't apply to mountconf MOUNTCONFSKIP="9 10 11 12 13 13b 14 15" -# bug number for skipped test: 2661 13709 10510 12743 -ALWAYS_EXCEPT=" $CONF_SANITY_EXCEPT $MOUNTCONFSKIP 16 22 23 36" +# bug number for skipped test: 2661 13709 10510 13710 12743 +ALWAYS_EXCEPT=" $CONF_SANITY_EXCEPT $MOUNTCONFSKIP 16 22 23 33 36" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! SRCDIR=`dirname $0` -- 1.8.3.1