From 4839674385f2f2cf25206ea24dd3999096c29d59 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Thu, 11 Oct 2018 18:41:54 +0000 Subject: [PATCH] Revert "LU-11058 test: reenable sanity 77k test" I guess we spoke too soon and there's now again a bunch of failures tracked under LU-11058 for this test. This reverts commit fb1875c314cf3650aa7ba6b2cdb72ef18e812d5f. Change-Id: I1d17f4b7457f8a057279e58114f93a4affbf115c Reviewed-on: https://review.whamcloud.com/33354 Reviewed-by: Oleg Drokin Tested-by: Oleg Drokin --- lustre/tests/sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index a74c2ea..c55e8a7 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -8,8 +8,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: LU-9693 LU-6493 LU-9693 -ALWAYS_EXCEPT="$SANITY_EXCEPT 42a 42b 42c" +# bug number for skipped test: LU-9693 LU-6493 LU-9693 LU-11058 +ALWAYS_EXCEPT="$SANITY_EXCEPT 42a 42b 42c 77k" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! # skipped tests: LU-8411 LU-9096 LU-9054 .. -- 1.8.3.1