From 8520cfb2f77b6fc89a9c0e174f783d745dbaf2e3 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Thu, 20 Dec 2018 15:40:29 -0700 Subject: [PATCH] LU-11820 tests: skip conf-sanity test_106 for SLOW=no This test currently takes 40 minutes to run, so it should be skipped for SLOW=no test runs. Test-Parameters: trivial testlist=conf-sanity Signed-off-by: Andreas Dilger Change-Id: I120747e21d046bd28667e2ff26013ae51f9cab07 Reviewed-on: https://review.whamcloud.com/33902 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Artem Blagodarenko Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- lustre/tests/conf-sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 3b390f3..00295d3 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -74,8 +74,8 @@ init_logging require_dsh_mds || exit 0 require_dsh_ost || exit 0 -# 8 22 (min)" -[ "$SLOW" = "no" ] && EXCEPT_SLOW="45 69" +# 8 22 40 (min) +[ "$SLOW" = "no" ] && EXCEPT_SLOW="45 69 106" assert_DIR -- 1.8.3.1