summaryrefslogtreecommitdiff
path: root/shell/utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'shell/utils.js')
-rw-r--r--shell/utils.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/utils.js b/shell/utils.js
index 7d7a23b..4e20603 100644
--- a/shell/utils.js
+++ b/shell/utils.js
@@ -739,7 +739,8 @@ if ( typeof _threadInject != "undefined" ){
"jstests/notablescan.js",
"jstests/drop2.js",
"jstests/dropdb_race.js",
- "jstests/bench_test1.js"] );
+ "jstests/bench_test1.js",
+ "jstests/queryoptimizera.js"] );
// some tests can't be run in parallel with each other
var serialTestsArr = [ "jstests/fsync.js",