Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Mon, 16 May 2005 22:57:48 +0000 (22:57 +0000)
committeradilger <adilger>
Mon, 16 May 2005 22:57:48 +0000 (22:57 +0000)
Disable fsync-under-recovery test, which is preventing remaining tests
from running.
b=5494
r=nathan

lustre/tests/recovery-small.sh

index 5f5bb60..b56cdbf 100755 (executable)
@@ -2,8 +2,8 @@
 
 set -e
 
-#         bug  2986
-ALWAYS_EXCEPT="20b"
+#         bug  2986 5494
+ALWAYS_EXCEPT="20b  24"
 
 
 LUSTRE=${LUSTRE:-`dirname $0`/..}