diff options
author | Eric Milkie <milkie@10gen.com> | 2014-04-01 10:40:34 -0400 |
---|---|---|
committer | Eric Milkie <milkie@10gen.com> | 2014-04-01 11:26:50 -0400 |
commit | cffd39b33fd0c6e311237cacc7360da3ea776a21 (patch) | |
tree | cdac80bff1f81c92c55c8f2c7675133deb81e5d9 /buildscripts | |
parent | c4f3416806135c1d2d3289a0648fc9dc754a0adf (diff) | |
download | mongo-cffd39b33fd0c6e311237cacc7360da3ea776a21.tar.gz |
SERVER-13435 do not run dropdb_race.js in smalloplog
Diffstat (limited to 'buildscripts')
-rwxr-xr-x | buildscripts/smoke.py | 2 |
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: |