From fb8e349de2c11082b7e4de83146c0058e221fa37 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Tue, 1 Sep 2015 14:23:18 -0400 Subject: [PATCH] LU-7072 tests: disable sanityn test 78 It looks there is a race in this test that makes it to fail often. The fix itself is useful so I am disabling the test for now and hope for a quick fix to the test itself. Change-Id: Iee70b59d0d2dc98bc8542b8e8848da9bd964c841 Signed-off-by: Oleg Drokin Reviewed-on: http://review.whamcloud.com/16164 Reviewed-by: Andreas Dilger --- lustre/tests/sanityn.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index 12eea99..ddb16fa 100644 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -5,6 +5,8 @@ set -e ONLY=${ONLY:-"$*"} # bug number for skipped test: 3192 LU-1205 15528/3811 9977 15528/11549 18080 ALWAYS_EXCEPT=" 14b 18c 19 28 29 35 $SANITYN_EXCEPT" +# LU-7072 +ALWAYS_EXCEPT="78 $SANITYN_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! SRCDIR=$(dirname $0) -- 1.8.3.1