From 82169531176569f1202878b9d68c3d7cc499aa15 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 17 Dec 2014 17:42:04 -0700 Subject: [PATCH] LU-4536 tests: disable sanity test_65ic for ZFS Disable sanity.sh test_65ic due to frequent test timeouts on review-zfs testing. This will allow the rest of the tests to be enforced, and will allow this problem to be debugged separately. Signed-off-by: Andreas Dilger Change-Id: I1ea93b5c2dfb0a3bbe0265a283ab7512044d6cd2 Reviewed-on: http://review.whamcloud.com/13114 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Nathaniel Clark Reviewed-by: Doug Oucharek --- 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 5e9f63a..d008c32 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -61,8 +61,8 @@ init_logging [ "$SLOW" = "no" ] && EXCEPT_SLOW="24o 27m 64b 68 71 77f 78 115 124b 230d" if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then - # bug number for skipped test: LU-1593 LU-5242 LU-1957 LU-2805 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 34h 132 180 184c" + # bug number for skipped test: LU-1593 LU-4536 LU-5242 LU-1957 LU-2805 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 34h 65ic 132 180 184c" [ "$SLOW" = "no" ] && EXCEPT_SLOW="$EXCEPT_SLOW 51b 51ba" fi -- 1.8.3.1