summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/shell/utils.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js
index 7dd9ee0d577..f970d1e5b5f 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -818,7 +818,8 @@ if ( typeof _threadInject != "undefined" ){
"jstests/drop2.js",
"jstests/dropdb_race.js",
"jstests/fsync2.js", // May be placed in serialTestsArr once SERVER-4243 is fixed.
- "jstests/bench_test1.js"] );
+ "jstests/bench_test1.js",
+ "jstests/padding.js"] );
// some tests can't be run in parallel with each other
var serialTestsArr = [ "jstests/fsync.js"