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

don't run test that checks profiling level in parallel

This commit is contained in:
Aaron 2010-02-25 23:30:59 -08:00
parent 478bad6685
commit 5d59f64469

View File

@ -484,7 +484,8 @@ if ( typeof _threadInject != "undefined" ){
"jstests/extent.js",
"jstests/indexb.js",
"jstests/profile1.js",
"jstests/mr3.js"] );
"jstests/mr3.js",
"jstests/apitest_db.js"] );
// some tests can't be run in parallel with each other
var serialTestsArr = [ "jstests/fsync.js",