From d5d4f0b56ebb007d36fc92b34f4983a0d66589bb Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 31 Jan 2006 05:16:44 +0000 Subject: [PATCH] Branch b_release_1_4_6 Disable test 15c, as it is failing repeatedly, and was only added during CROW, so it may depend on crow-specific changes (though it passes in UML). b=10124 --- lustre/tests/replay-dual.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index fa7b783..5fe9d3a 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -2,8 +2,8 @@ set -e -# bug number: 6088 -ALWAYS_EXCEPT="8 $REPLAY_DUAL_EXCEPT" +# bug number: 6088 10124 +ALWAYS_EXCEPT="8 15c $REPLAY_DUAL_EXCEPT" LUSTRE=${LUSTRE:-`dirname $0`/..} . $LUSTRE/tests/test-framework.sh -- 1.8.3.1