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:
parent
478bad6685
commit
5d59f64469
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user