From 1e7ea861690834e5793f9db90a46182339770f89 Mon Sep 17 00:00:00 2001 From: bobijam <bobijam> Date: Thu, 29 May 2008 07:24:38 +0000 Subject: [PATCH] restore 51d to ALWAYS_EXCEPT list. last commit accidentally removed it. --- lustre/tests/sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index f63b443b7b..91b1867389 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -7,8 +7,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: 2108 9789 3637 9789 3561 12653 12653 10764 -ALWAYS_EXCEPT=" 42a 42b 42c 42d 45 65a 65e 75 $SANITY_EXCEPT" +# bug number for skipped test: 2108 9789 3637 9789 3561 12622 12653 12653 10764 +ALWAYS_EXCEPT=" 42a 42b 42c 42d 45 51d 65a 65e 75 $SANITY_EXCEPT" # bug number for skipped test: 2108 9789 3637 9789 3561 5188/5749 1443 #ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"27m 42a 42b 42c 42d 45 68 76"} # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! -- GitLab