Whamcloud - gitweb
LU-4409 tests: disable insanity 10 for DNE
[fs/lustre-release.git] / lustre / tests / insanity.sh
index f138c4b..1a25d91 100755 (executable)
@@ -609,6 +609,9 @@ run_test 9 "Ninth Failure Mode: CLIENT/CLIENT `date`"
 test_10() {
        [ $MDSCOUNT -lt 2 ] && skip "needs >= 2 MDTs" && return
 
+       #XXX Disable the test now for LU-4409
+       [ $MDSCOUNT -ge 2 ] && skip "skip for DNE due to LU-4409" && return
+
        [ "$(facet_fstype ost1)" = "zfs" ] &&
                skip "LU-2059: no local config for ZFS OSTs" && return