remove test 68 until bugs are fixed, it is causing sanity to never complete
test 68 is swap on Lustre
set -e
ONLY=${ONLY:-"$*"}
-# bug number for skipped test: 2108 3637 3561
-ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"42a 42c 45"}
+# bug number for skipped test: 2108 3637 3561 5188/5749
+ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"42a 42c 45 68"}
# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
[ "$ALWAYS_EXCEPT$EXCEPT" ] && \