summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2014-04-01 10:40:34 -0400
committerEric Milkie <milkie@10gen.com>2014-04-01 11:26:50 -0400
commitcffd39b33fd0c6e311237cacc7360da3ea776a21 (patch)
treecdac80bff1f81c92c55c8f2c7675133deb81e5d9 /buildscripts
parentc4f3416806135c1d2d3289a0648fc9dc754a0adf (diff)
downloadmongo-cffd39b33fd0c6e311237cacc7360da3ea776a21.tar.gz
SERVER-13435 do not run dropdb_race.js in smalloplog
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index 23f1acc56d6..0d047f74d6c 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -398,7 +398,7 @@ def skipTest(path):
parentPath = os.path.dirname(path)
parentDir = os.path.basename(parentPath)
if small_oplog: # For tests running in parallel
- if basename in ["cursor8.js", "indexh.js", "dropdb.js",
+ if basename in ["cursor8.js", "indexh.js", "dropdb.js", "dropdb_race.js",
"connections_opened.js", "opcounters.js", "dbadmin.js"]:
return True
if use_ssl: