summaryrefslogtreecommitdiff
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:30:52 -0400
commitd2eedb1dda23d7aba2f4f38a69a05790cf706d72 (patch)
treecc8c53b4ac631cb8d254b70b621ab84668768833
parentb3c2e5171b558bfa76bab83a36083eac5d5c363b (diff)
downloadmongo-d2eedb1dda23d7aba2f4f38a69a05790cf706d72.tar.gz
SERVER-13435 do not run dropdb_race.js in smalloplog
(cherry picked from commit cffd39b33fd0c6e311237cacc7360da3ea776a21)
-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: