From 3c5451e51defd2ec19e87d6b6d6fa0788eb4adad Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Thu, 12 May 2022 17:43:45 -0500 Subject: [PATCH] EX-3442 test: disable hot-pools test_15 Disable hot-pools test_15 until the failures are sorted out. Signed-off-by: John L. Hammond Change-Id: I787f08161846ec0dbb29524aa60d6eec40007d9c --- lustre/tests/hot-pools.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/hot-pools.sh b/lustre/tests/hot-pools.sh index 0cb4858..cb62ce1 100755 --- a/lustre/tests/hot-pools.sh +++ b/lustre/tests/hot-pools.sh @@ -12,8 +12,8 @@ init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} init_logging -# bug number for skipped test: -ALWAYS_EXCEPT="$HOT_POOLS_EXCEPT " +# bug number for skipped test: EX-3442 +ALWAYS_EXCEPT="$HOT_POOLS_EXCEPT 15" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! (( CLIENT_VERSION == MDS1_VERSION )) || skip_env "skipped for interop testing" -- 1.8.3.1