From 78e1500125882990c7435851ab0214d91babc34b Mon Sep 17 00:00:00 2001 From: Alexandre Ioffe Date: Thu, 17 Nov 2022 14:29:40 -0800 Subject: [PATCH] EX-6298 tests: add hot-pools test 72 into ALWAYS_EXCEPT list This patch adds hot-pools test 72 into ALWAYS_EXCEPT list before it gets a real fix. Test-Parameters: trivial testlist=hot-pools Signed-off-by: Alexandre Ioffe Change-Id: I5d73cb38d08533656c64b69f814f1d34e5e667ff Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/49184 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Colin Faber Reviewed-by: Jian Yu Reviewed-by: Andreas Dilger --- lustre/tests/hot-pools.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/hot-pools.sh b/lustre/tests/hot-pools.sh index b0c10ab..9f166bb 100755 --- a/lustre/tests/hot-pools.sh +++ b/lustre/tests/hot-pools.sh @@ -14,6 +14,7 @@ init_logging ALWAYS_EXCEPT="$HOT_POOLS_EXCEPT " always_except EX-3442 15 +always_except EX-6298 72 (( CLIENT_VERSION == MDS1_VERSION )) || skip_env "skipped for interop testing" -- 1.8.3.1