Whamcloud - gitweb
LU-7428 test: disable conf-sanity, test_84 82/17482/2
authorBob Glossman <bob.glossman@intel.com>
Fri, 4 Dec 2015 19:50:15 +0000 (11:50 -0800)
committerAndreas Dilger <andreas.dilger@intel.com>
Sun, 6 Dec 2015 21:15:22 +0000 (21:15 +0000)
Add failing test to ALWAYS_EXCEPT.
This is a temprorary workaround until a real
fix for the test failure is developed.

Signed-off-by: Bob Glossman <bob.glossman@intel.com>
Change-Id: I73e00d658a9e7728ce52b5dc90741e9a18ce15f9
Reviewed-on: http://review.whamcloud.com/17482
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/tests/conf-sanity.sh

index 5b00d52..3fe0aa3 100644 (file)
@@ -4,8 +4,8 @@ set -e
 
 ONLY=${ONLY:-"$*"}
 
-# bug number for skipped test:
-ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT"
+# bug number for skipped test:     LU-7428
+ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT 84"
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
 is_sles11()                                            # LU-2181