From 64a48122c2e9fa0431c4f5fe5dda07f2bc7ad27e Mon Sep 17 00:00:00 2001 From: Alex Deiter Date: Wed, 19 Jul 2023 22:52:35 +0400 Subject: [PATCH] EX-7423 tests: skip recovery-mds-scale/failover_mds Put recovery-mds-scale/failover_mds to the always_except list until LU-16671 has been fixed. Test-Parameters: trivial testlist=recovery-mds-scale Signed-off-by: Alex Deiter Change-Id: Id6bf929a71c3e7d6a190d4c971120f0b93159393 Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/51718 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/tests/recovery-mds-scale.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/recovery-mds-scale.sh b/lustre/tests/recovery-mds-scale.sh index d5950db..213e546 100644 --- a/lustre/tests/recovery-mds-scale.sh +++ b/lustre/tests/recovery-mds-scale.sh @@ -15,7 +15,8 @@ init_test_env $@ init_logging # bug number for skipped test: -ALWAYS_EXCEPT="$RECOVERY_MDS_SCALE_EXCEPT" +ALWAYS_EXCEPT="$RECOVERY_MDS_SCALE_EXCEPT " +always_except EX-7423 failover_mds # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! build_test_filter -- 1.8.3.1