From d1d4a0438128acc07fd817beb80a7702db5bb18a Mon Sep 17 00:00:00 2001 From: grev <grev> Date: Fri, 18 Jan 2008 09:24:52 +0000 Subject: [PATCH] b=12652 i=Adilger except all ETXTBSY tests for SLES10 --- lustre/tests/sanityN.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index 752c336be8..6fa242894f 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -7,6 +7,9 @@ ONLY=${ONLY:-"$*"} ALWAYS_EXCEPT="14b 28 $SANITYN_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! +# bug number for skipped test: 12652 12652 +grep -q 'Enterprise Server 10' /etc/SuSE-release && ALWAYS_EXCEPT="$ALWAYS_EXCEPT 11 14" || true + [ "$SLOW" = "no" ] && EXCEPT_SLOW="12 16" # Tests that fail on uml -- GitLab