From 3ac484707aecb97ab8aa4716110205108b0535ea Mon Sep 17 00:00:00 2001 From: Steve Guminski Date: Tue, 7 Nov 2017 07:49:06 -0500 Subject: [PATCH] LU-10199 utils: disable sanity test 56xb The new sanity test 56xb introduced by changeset 25851 fails due to a mismatch in the returned vs. expected value. Disable the test until it can be fixed. Test-Parameters: trivial Signed-off-by: Steve Guminski Change-Id: I12b88eccdf7954ae854133b48cadf7054c8f683e Reviewed-on: https://review.whamcloud.com/29954 Reviewed-by: James Nunez Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- 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 85d65df..77a577a 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -12,8 +12,8 @@ ONLY=${ONLY:-"$*"} ALWAYS_EXCEPT=" 42a 42b 42c 45 68b $SANITY_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! -# skipped tests: LU-8411 LU-9096 LU-9054 -ALWAYS_EXCEPT=" 407 253 312 $ALWAYS_EXCEPT" +# skipped tests: LU-8411 LU-9096 LU-9054 LU-10199 +ALWAYS_EXCEPT=" 407 253 312 56xb $ALWAYS_EXCEPT" # Check Grants after these tests GRANT_CHECK_LIST="$GRANT_CHECK_LIST 42a 42b 42c 42d 42e 63a 63b 64a 64b 64c" -- 1.8.3.1