diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 27c9b26e62958fc68f33adae6d11a23510b93fd7..ff6fa73c62e7bb1306d0025e46dcf8e98cd1334c 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -14,8 +14,9 @@ ONLY=${ONLY:-"$*"} # more than only LOV EAs # - 65h (default stripe inheritance) is not implemented for LMV # configurations. Will be done in second phase of collibri. +# - 71 mmap still not updated on HEAD -ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"48a 51b 51c 65h"} +ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"48a 51b 51c 65h 71"} # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! [ "$ALWAYS_EXCEPT$EXCEPT" ] && echo "Skipping tests: $ALWAYS_EXCEPT $EXCEPT"