From 24ab591d5a4b4a86090a2081c459108fd023926f Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Fri, 3 Sep 2021 01:07:49 -0600 Subject: [PATCH] EX-3676 tests: skip conf-sanity test_5a Skip conf-sanity test_5a since it is causing constant failures since /sbin/umount.lustre was added. Test-Parameters: trivial testlist=conf-sanity env=ONLY=1-5 \ austeroptions=-H Fixes: 6d62073950ac ("EX-3209 lipe: add lpcc util and service") Signed-off-by: Andreas Dilger Change-Id: I77531407d02c5accc78fc239f65c4d05d995502f Reviewed-on: https://review.whamcloud.com/44839 Reviewed-by: James Nunez Tested-by: jenkins Tested-by: Maloo --- 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 08604e3..0dea929 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -14,8 +14,8 @@ init_logging # tool to create lustre filesystem images ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT 32newtarball" -# bug number for skipped test: LU-11915 -ALWAYS_EXCEPT="$ALWAYS_EXCEPT 110 115" +# bug number for skipped test: LU-11915 EX-3746 +ALWAYS_EXCEPT="$ALWAYS_EXCEPT 110 115 5a" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! if $SHARED_KEY; then -- 1.8.3.1