From e43581dcd18c76f391e8d5daa314d6c684c63b66 Mon Sep 17 00:00:00 2001 From: wang di Date: Fri, 28 Feb 2014 09:32:37 -0800 Subject: [PATCH] LU-4690 tests: disable test_4 in sanity.sh Disable test_4 in sanity.sh because of LU-4690. Signed-off-by: wang di Change-Id: I1acac5ad5c049eed7618aebf473b385a150316d7 Reviewed-on: http://review.whamcloud.com/9440 Tested-by: Jenkins Reviewed-by: Andreas Dilger --- lustre/tests/sanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 5efd974..84b18e0 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -198,6 +198,7 @@ test_4() { local MDTIDX=1 local remote_dir=remote_dir + [ $MDSCOUNT -ge 2 ] && skip "skip now for LU-4690" && return #LU-4690 test_mkdir $DIR/$remote_dir || error "Create remote directory failed" -- 1.8.3.1