Skip to content
Snippets Groups Projects
Commit 4caba7e6 authored by Wang Di's avatar Wang Di
Browse files

Branch: HEAD

Disable 71 in sanity.sh, because mmap code is not update on HEAD now.
parent bc1e9a69
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment