From d90d9cd45e977d1672272786cb74d4941b6604a2 Mon Sep 17 00:00:00 2001 From: Steve Guminski Date: Fri, 15 Dec 2017 15:18:34 -0500 Subject: [PATCH] LU-10199 tests: Re-enable sanity test 56xb Re-enable sanity test 56xb now that LU-10199 has been resolved. Test-Parameters: trivial Signed-off-by: Steve Guminski Change-Id: I02502e802be89c3fdfd559e1113193af568bc33c Reviewed-on: https://review.whamcloud.com/30616 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Nunez 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 eb0ff0e..ddae93b 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 LU-10199 -ALWAYS_EXCEPT=" 407 253 312 56xb $ALWAYS_EXCEPT" +# skipped tests: LU-8411 LU-9096 LU-9054 +ALWAYS_EXCEPT=" 407 253 312 $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