From 5bc9f3aa054c944435f56dcafc41ca97702888b6 Mon Sep 17 00:00:00 2001 From: Sebastien Buisson Date: Thu, 10 Dec 2020 09:37:43 +0100 Subject: [PATCH] LU-14181 tests: except sanity test_64e 64f with SHARED_KEY Add sanity test_64e and test_64f to ALWAYS_EXCEPT when SHARED_KEY is used. Lustre-change: https://review.whamcloud.com/40865 Lustre-commit: aa3bdbc23bc86bae565e78b38946f4ac8fcbeacb Test-Parameters: trivial Signed-off-by: Sebastien Buisson Change-Id: Iaa9f5038a59f9ddc50dd9ac81ca81effd8bb9b1b Reviewed-on: https://review.whamcloud.com/40999 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: James Nunez --- 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 498df7b..9327f15 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -46,8 +46,8 @@ ALWAYS_EXCEPT+=" 42a 42b 42c 77k" ALWAYS_EXCEPT=" 407 253 312 $ALWAYS_EXCEPT" if $SHARED_KEY; then -# bug number for skipped tests: LU-9795 (all below) - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 17n 60a 133g 300f" + # bug number: LU-9795 LU-9795 LU-14181 LU-14181 LU-9795 LU-9795 + ALWAYS_EXCEPT+=" 17n 60a 64e 64f 133g 300f" fi if [[ $(uname -m) = aarch64 ]]; then -- 1.8.3.1