From 2b3745b4b98cc360fd337a4caae9b9e334ad735c Mon Sep 17 00:00:00 2001 From: Fan Yong Date: Sat, 25 Jan 2014 03:19:33 +0800 Subject: [PATCH] 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 --- lustre/tests/sanity-quota.sh | 3 +++ 1 file changed, 3 insertions(+) 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" -- 1.8.3.1