0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

do'nt run capped6 sharded

This commit is contained in:
Eliot Horowitz 2010-07-27 09:18:07 -04:00
parent 127558c1c4
commit 5af8dd67a8

View File

@ -63,7 +63,7 @@ files.forEach(
* clean (apitest_dbcollection)
* logout and getnonce
*/
if (/[\/\\](error3|capped3|splitvector|apitest_db|cursor6|copydb-auth|profile1|dbhash|median|apitest_dbcollection|evalb|auth1|auth2)\.js$/.test(x.name)) {
if (/[\/\\](error3|capped3|capped6|splitvector|apitest_db|cursor6|copydb-auth|profile1|dbhash|median|apitest_dbcollection|evalb|auth1|auth2)\.js$/.test(x.name)) {
print(" !!!!!!!!!!!!!!! skipping test that has failed under sharding but might not anymore " + x.name)
return;
}