From aefd4fc56ac20fb0098d9ab1d9d8c32b7d10273f Mon Sep 17 00:00:00 2001 From: Jim Casper Date: Thu, 16 Nov 2017 13:48:51 -0500 Subject: [PATCH] LU-10229 test: Add sanity-sec test_27 to ALWAYS_EXCEPT Received request to ALWAYS_EXCEPT test_27 since it has been failing regularly on master. This will keep it from affecting other patches. Test-Parameters: trivial testlist=sanity-sec Change-Id: I630b5cd1f978025e605ecad38cd5e276afdab694 Signed-off-by: Jim Casper Reviewed-on: https://review.whamcloud.com/30135 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Saurabh Tandan Reviewed-by: James Nunez Reviewed-by: Andreas Dilger --- lustre/tests/sanity-sec.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-sec.sh b/lustre/tests/sanity-sec.sh index cdbee28..47f5bdb 100755 --- a/lustre/tests/sanity-sec.sh +++ b/lustre/tests/sanity-sec.sh @@ -7,8 +7,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: -ALWAYS_EXCEPT=" $SANITY_SEC_EXCEPT" +# bug number for skipped test: LU-10229 +ALWAYS_EXCEPT=" 27 $SANITY_SEC_EXCEPT" if $SHARED_KEY; then # bug number for skipped test: 9145 9145 9671 9145 9145 9145 9145 9245 ALWAYS_EXCEPT=" 17 18 19 20 21 22 23 27 $ALWAYS_EXCEPT" -- 1.8.3.1