summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2013-03-04 13:59:04 -0500
committerSpencer T Brody <spencer@10gen.com>2013-03-04 13:59:04 -0500
commit4cfc0636c0768a5590c0e961e88f4976c63fe490 (patch)
tree709ca0201fa72e393cb6f740ee30859b44558f89
parent696dec1262372b0ac45bad9c84de4700eb0d2e71 (diff)
downloadmongo-4cfc0636c0768a5590c0e961e88f4976c63fe490.tar.gz
SERVER-8769 skip opcounters.js when running small_oplog tests
-rwxr-xr-xbuildscripts/smoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index c57b578c523..55b48d5d08a 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -357,7 +357,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", "connections_opened.js"]:
+ if basename in ["cursor8.js", "indexh.js", "dropdb.js", "connections_opened.js", "opcounters.js"]:
return True
if os.sys.platform == "sunos5":
if basename == "geo_update_btree.js":