Whamcloud - gitweb
LU-7346 tests: Reintroduce SLOW tests to review process
[fs/lustre-release.git] / lustre / tests / sanity-quota.sh
old mode 100644 (file)
new mode 100755 (executable)
index 5b175f2..76305d7
@@ -51,10 +51,11 @@ if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then
 # bug number for skipped test:        LU-5638
        ALWAYS_EXCEPT="$ALWAYS_EXCEPT 11 33 34 35"
 # bug number:     LU-2887
-       ZFS_SLOW="12a"
+       #         21  9   (min)"
+       ZFS_SLOW="12a 9"
 fi
 
-[ "$SLOW" = "no" ] && EXCEPT_SLOW="$ZFS_SLOW 9 18 21"
+[ "$SLOW" = "no" ] && EXCEPT_SLOW="$ZFS_SLOW"
 
 QUOTALOG=${TESTSUITELOG:-$TMP/$(basename $0 .sh).log}