From 742337c1ed547cf56555a180b2529331bd7ef633 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Sun, 9 Jun 2024 21:11:30 -0600 Subject: [PATCH] EX-9125 tests: exclude sanity-compr/1008 on Ubuntu This subtest is failing consistently on Ubuntu. Disable until it can be fixed. Test-Parameters: trivial testlist=sanity-compr env=ONLY=1008,HONOR_EXCEPT=y clientdistro=ubuntu2204 Signed-off-by: Andreas Dilger Change-Id: Ie71462e7f033be914523ca96b22478a53b81b882 Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/55374 Tested-by: jenkins Tested-by: Maloo --- lustre/tests/sanity-compr.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/tests/sanity-compr.sh b/lustre/tests/sanity-compr.sh index 66399be..c7f8632 100644 --- a/lustre/tests/sanity-compr.sh +++ b/lustre/tests/sanity-compr.sh @@ -16,6 +16,10 @@ init_logging # bug number for skipped test: ALWAYS_EXCEPT="$SANITY_COMPR_EXCEPT " +if [[ "$CLIENT_OS_ID_LIKE" =~ "ubuntu" ]]; then + always_except EX-9125 1008 +fi + build_test_filter FAIL_ON_ERROR=false -- 1.8.3.1