Whamcloud - gitweb
LU-13498 tests: remove tests from ALWAYS_EXCEPT with SSK
[fs/lustre-release.git] / lustre / tests / replay-single.sh
index 1e1124a..bba8635 100755 (executable)
@@ -15,12 +15,10 @@ if [ "$mds1_FSTYPE" = zfs ]; then
        # bug number for skipped test: LU-11388
        ALWAYS_EXCEPT+="               131b"
 fi
+
 if $SHARED_KEY; then
-       # bug number for skipped tests: LU-9795 (all below)
-       ALWAYS_EXCEPT="$ALWAYS_EXCEPT   0b      0c      0d      34      45"
-       ALWAYS_EXCEPT="$ALWAYS_EXCEPT   47      58b     58c     71a     85a"
-       ALWAYS_EXCEPT="$ALWAYS_EXCEPT   85b     86      88      89      90"
-       ALWAYS_EXCEPT="$ALWAYS_EXCEPT   93a     100a    100b    120"
+       # bug number for skipped tests: LU-9795
+       ALWAYS_EXCEPT="$ALWAYS_EXCEPT   121"
 fi
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!