Whamcloud - gitweb
LU-5424 tests: Disable sanity-sec test 4 31/11631/2
authorOleg Drokin <oleg.drokin@intel.com>
Thu, 28 Aug 2014 02:50:53 +0000 (22:50 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 28 Aug 2014 03:43:53 +0000 (03:43 +0000)
With patch from LU-4367 the somewhat incorrect assumption
of the test about availability of dentry is broken and
the test always fails.
Disable the test for now until it's fixed one way or another.

Change-Id: I0759f4ab7022bc072bb2480eaba0b19ff0f5101d
Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Reviewed-on: http://review.whamcloud.com/11631
Tested-by: Jenkins
lustre/tests/sanity-sec.sh

index 628bd05..8d7c39b 100644 (file)
@@ -7,8 +7,8 @@
 set -e
 
 ONLY=${ONLY:-"$*"}
-# bug number for skipped test: 19430 19967 19967
-ALWAYS_EXCEPT="                2     5     6    $SANITY_SEC_EXCEPT"
+# bug number for skipped test: 19430 LU-5423 19967 19967
+ALWAYS_EXCEPT="                2     4       5     6    $SANITY_SEC_EXCEPT"
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
 [ "$ALWAYS_EXCEPT$EXCEPT" ] && \