summaryrefslogtreecommitdiff
path: root/jstests/libs
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/libs')
-rw-r--r--jstests/libs/parallelTester.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js
index ed55078934b..0126bfad9c3 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -139,6 +139,7 @@ if (typeof _threadInject != "undefined") {
"killop.js",
"run_program1.js",
"notablescan.js",
+ "drop2.js",
"dropdb_race.js",
"fsync2.js", // May be placed in serialTestsArr once SERVER-4243 is fixed.
"bench_test1.js",
@@ -169,7 +170,6 @@ if (typeof _threadInject != "undefined") {
// These tests use fsyncLock.
parallelFilesDir + "/fsync.js",
parallelFilesDir + "/currentop.js",
- parallelFilesDir + "/killop_drop_collection.js",
// These tests expect the profiler to be on or off at specific points
// during the test run.