From 5b0ce8303e4033b3c7b09fda50f013e6d9d002b0 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Tue, 19 May 2015 12:50:44 -0600 Subject: [PATCH] LU-5407 tests: Disable replay-single test 58c Replay-single test 58c is failing review-zfs with enough frequency that is it interfering with landing patches. Test 58c is temporarily disabled for zfs only. Signed-off-by: James Nunez Change-Id: Ief1b4d5c9ab6bf163bdae9737c1bffcdbef763cf Reviewed-on: http://review.whamcloud.com/14864 Reviewed-by: Andreas Dilger Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/replay-single.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 89efa0b..2f34c50 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -29,8 +29,8 @@ ALWAYS_EXCEPT=" 61d $REPLAY_SINGLE_EXCEPT" [ "$SLOW" = "no" ] && EXCEPT_SLOW="1 2 3 4 6 12 16 44a 44b 65 66 67 68" [ $(facet_fstype $SINGLEMDS) = "zfs" ] && -# bug number for skipped test: LU-1867 LU-3127 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 89 73b" +# bug number for skipped test: LU-1867 LU-3127 LU-5407 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 89 73b 58c" build_test_filter -- 1.8.3.1