From 88714d2e08f56a1c9b6e414da9daa408098d8e33 Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Tue, 4 Mar 2008 19:25:40 +0000
Subject: [PATCH] b=13297 (comment 36)

add 27u to ALWAYS_EXCEPT list
---
 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 5c02aa4fd1..8360b3b992 100644
--- a/lustre/tests/sanity.sh
+++ b/lustre/tests/sanity.sh
@@ -7,8 +7,8 @@
 set -e
 
 ONLY=${ONLY:-"$*"}
-# bug number for skipped test: 4900 4900 2108 9789 3637 9789 3561 12622 13310 10764
-ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"27o  27q  42a  42b  42c  42d  45  51d   74b   75 $SANITY_EXCEPT" }
+# bug number for skipped test: 4900 4900 13297 2108 9789 3637 9789 3561 12622 13310 10764
+ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"27o  27q 27u   42a  42b  42c  42d  45   51d   74b   75 $SANITY_EXCEPT" }
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
 # Tests that fail on uml, maybe elsewhere, FIXME
-- 
GitLab