Whamcloud - gitweb
EX-3763 test: disable sanity-pcc test_44
authorQian Yingjin <qian@ddn.com>
Fri, 13 May 2022 03:03:12 +0000 (23:03 -0400)
committerJohn L. Hammond <jhammond@whamcloud.com>
Fri, 13 May 2022 17:21:01 +0000 (17:21 +0000)
Disable sanity-pcc test_44 until the failures are sorted out.

Test-Parameters: trivial testlist=sanity-pcc
Change-Id: I8f5ab5025e8d049e1488b3f48708057ac7523600
Signed-off-by: Qian Yingjin <qian@ddn.com>
Reviewed-on: https://review.whamcloud.com/47336
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
lustre/tests/sanity-pcc.sh

index 6b46528..fd520ed 100644 (file)
@@ -12,8 +12,8 @@ export PATH=$PWD/$SRCDIR:$SRCDIR:$PWD/$SRCDIR/utils:$PATH:/sbin:/usr/sbin
 
 ONLY=${ONLY:-"$*"}
 ALWAYS_EXCEPT="$SANITY_PCC_EXCEPT "
-# bug number for skipped test:
-ALWAYS_EXCEPT+=""
+# bug number for skipped test: EX-3763
+ALWAYS_EXCEPT+="               44 "
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
 ENABLE_PROJECT_QUOTAS=${ENABLE_PROJECT_QUOTAS:-true}