From 8c1b62d09484161a40071c0aeecd1f1753d56870 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 11 Mar 2020 16:46:13 -0600 Subject: [PATCH] LU-13156 tests: skip sanity-selinux test_21a+21b These tests are failing most of the time, but are the last failures for both review-dne-selinux and review-dne-selinux-ssk sessions of this script. Add them to ALWAYS_EXCEPT so that these sessions can be enforced to prevent further regressions. They can be fixed afterward. Test-Parameters: trivial testlist=sanity-selinux Test-Parameters: testlist=sanity-selinux env=SHARED_KEY=true Signed-off-by: Andreas Dilger Change-Id: Ib51e3749b1e262336ae1db53278909dd78d2be63 Reviewed-on: https://review.whamcloud.com/37899 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Sebastien Buisson Reviewed-by: Wei Liu Reviewed-by: Oleg Drokin --- lustre/tests/sanity-selinux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-selinux.sh b/lustre/tests/sanity-selinux.sh index 44ec962..06ba994 100755 --- a/lustre/tests/sanity-selinux.sh +++ b/lustre/tests/sanity-selinux.sh @@ -15,8 +15,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: -ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"$SANITY_SELINUX_EXCEPT"} +# bug number for skipped test: LU-13156 +ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"$SANITY_SELINUX_EXCEPT 21a 21b"} # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! SRCDIR=$(dirname $0) -- 1.8.3.1