From be5a77ae66eab1841f67da28ac9bca10a038a1fb Mon Sep 17 00:00:00 2001 From: bwzhou Date: Tue, 10 Jun 2008 06:26:59 +0000 Subject: [PATCH] Branch HEAD b=13380 remove test 2 and 4 form ALWAYS_EXCEPT since 13380(13129) is fixed --- lustre/tests/insanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/insanity.sh b/lustre/tests/insanity.sh index 7e2c57a..f4b7754 100755 --- a/lustre/tests/insanity.sh +++ b/lustre/tests/insanity.sh @@ -9,8 +9,8 @@ LUSTRE=${LUSTRE:-`dirname $0`/..} init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} -# 13129 13129 -ALWAYS_EXCEPT="2 4 10 $INSANITY_EXCEPT" +# +ALWAYS_EXCEPT="10 $INSANITY_EXCEPT" if [ "$FAILURE_MODE" = "HARD" ]; then mixed_ost_devs && CONFIG_EXCEPTIONS="0 2 4 5 6 8" && \ -- 1.8.3.1