From a7021f016db36182d132f225a68d400436a4f7d7 Mon Sep 17 00:00:00 2001 From: nic Date: Thu, 17 Mar 2005 19:45:04 +0000 Subject: [PATCH] b=5188,5749 remove test 68 until bugs are fixed, it is causing sanity to never complete test 68 is swap on Lustre --- 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 bfaff19..02e1214 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 3637 3561 -ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"42a 42c 45"} +# bug number for skipped test: 2108 3637 3561 5188/5749 +ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"42a 42c 45 68"} # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! [ "$ALWAYS_EXCEPT$EXCEPT" ] && \ -- 1.8.3.1