From 716ac65ef6315f771eb3382b42bb2bb1a22a7391 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Mon, 27 Jun 2022 12:24:37 -0600 Subject: [PATCH 1/1] LU-15910 tests: skip sanity/413g for SSK When running sanity test_413g under review-dne-selinux-ssk-part-1 it intermittently fails. Temporarily disable this subtest for this config until the problem is understood and fixed. Test-Parameters: trivial Signed-off-by: Andreas Dilger Change-Id: Iacda6add8baabd479ea05dff06867f1a7afb23ce Reviewed-on: https://review.whamcloud.com/47800 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Sebastien Buisson Reviewed-by: Lai Siyao Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 7b15f55..4f5ff0f 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -46,6 +46,7 @@ always_except LU-8411 407 if $SHARED_KEY; then always_except LU-14181 64e 64f + always_except LU-15910 413g fi # skip the grant tests for ARM until they are fixed -- 1.8.3.1