From: Fan Yong Date: Fri, 24 Jan 2014 19:19:33 +0000 (+0800) Subject: LU-4515 tests: disable sanity-quota test_34 temporary X-Git-Tag: 2.5.55~18 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=2b3745b4b98cc360fd337a4caae9b9e334ad735c LU-4515 tests: disable sanity-quota test_34 temporary To avoid other patches to be failed for LU-4515. Signed-off-by: Fan Yong Change-Id: I8a6949d18a1ff4f5d229ed083f4f12a667eb3329 Reviewed-on: http://review.whamcloud.com/8981 Reviewed-by: Andreas Dilger Tested-by: Jenkins --- diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 4262c29..3a61d12 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -50,6 +50,9 @@ if [ $(facet_fstype $SINGLEMDS) == ldiskfs ] && skip "e2fsprogs doesn't support quota" && exit 0 fi +# bug number for skipped test: LU-4515 +ALWAYS_EXCEPT="$ALWAYS_EXCEPT 34" + if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then # bug number for skipped test: LU-2872 LU-2836 LU-2836 LU-2059 ALWAYS_EXCEPT="$ALWAYS_EXCEPT 1 3 6 7d"