From a6239c48da38ff0da4564da496766deebc88923f Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Thu, 13 Dec 2018 23:48:40 -0700 Subject: [PATCH 1/1] LU-11729 tests: skip sanity test 810 for ARM Skip sanity.sh test_810 for ARM clients as it always failing. Test-Parameters: trivial clientarch=aarch64 testlist=sanity Signed-off-by: Andreas Dilger Change-Id: I84117aebb277d4ddcb7787b715587e330f3ebbe5 Reviewed-on: https://review.whamcloud.com/33864 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin --- 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 daa2fab..d27f127 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -23,8 +23,8 @@ fi if [[ $(uname -m) = aarch64 ]]; then # bug number: LU-11596 (all below) ALWAYS_EXCEPT+=" 42d 42e 63a 63b 64a 64b 64c" - # bug number: LU-11671 LU-11665 LU-11594 LU-11667 - ALWAYS_EXCEPT+=" 45 101c 103a 317" + # bug number: LU-11671 LU-11665 LU-11594 LU-11667 LU-11729 + ALWAYS_EXCEPT+=" 45 101c 103a 317 810" fi # Check Grants after these tests -- 1.8.3.1