Whamcloud - gitweb
LU-13701 tests: stop running sanity-lnet tests
[fs/lustre-release.git] / lustre / tests / sanity-lnet.sh
index 4f56596..d716353 100755 (executable)
@@ -7,11 +7,19 @@
 set -e
 
 ONLY=${ONLY:-"$*"}
+
 # bug number for skipped test:
 ALWAYS_EXCEPT="$SANITY_LNET_EXCEPT "
-[ "$SLOW" = "no" ] && EXCEPT_SLOW=""
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
+# skip test ARM testing until they are fixed
+if [[ $(uname -m) = aarch64 ]]; then
+       # bug number for skipped test: LU-13704 LU-13701 LU-13701 LU-13701
+       ALWAYS_EXCEPT+="               204      205      206      207 "
+fi
+
+[ "$SLOW" = "no" ] && EXCEPT_SLOW=""
+
 LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)}
 
 . $LUSTRE/tests/test-framework.sh