From 95dbe2cbd2e8829356fc8287366b04fed7131ada Mon Sep 17 00:00:00 2001 From: James Nunez Date: Fri, 8 Jul 2016 16:05:25 -0600 Subject: [PATCH] LU-4039 tests: EXCEPT replay-single test 90 replay-single test 90 is failing multiple times a day on the master branch. Add this test to the ALWAYS_EXCEPT list. Test-Parameters: trivial testlist=replay-single Signed-off-by: James Nunez Change-Id: I8803b545268fe717d9f5d285bf59bfa360564d57 Reviewed-on: http://review.whamcloud.com/21224 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- 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 8cc5eea..7d34756 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -22,8 +22,8 @@ require_dsh_mds || exit 0 # Skip these tests # bug number for skipped tests: -# LU-472 -ALWAYS_EXCEPT="$REPLAY_SINGLE_EXCEPT 61d" +# LU-472 LU-4039 +ALWAYS_EXCEPT="$REPLAY_SINGLE_EXCEPT 61d 90" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! case "$(lsb_release -sr)" in # only disable tests for el7 -- 1.8.3.1