From 53008f1c9abe5b603ae3f963e7ffa6d8201c3bca 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 2dc1710..f90252f 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -214,6 +214,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