summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2013-01-18 16:28:28 -0500
committerEric Milkie <milkie@10gen.com>2013-01-18 16:28:28 -0500
commit1a4363cb481ab62f5199eb6f2adf2ffbc04b542d (patch)
treecc20c4f483927b603d40ddf2259112ff321eb08a /buildscripts
parent5d2e7788b667099419564efa74c2bb2c052d582d (diff)
downloadmongo-1a4363cb481ab62f5199eb6f2adf2ffbc04b542d.tar.gz
SERVER-8222 remove connections_opened.js from small-oplog test
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 28451cbf7d4..91d22d8f85e 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"]:
+ if basename in ["cursor8.js", "indexh.js", "dropdb.js", "connections_opened.js"]:
return True
if auth or keyFile: # For tests running with auth
# Skip any tests that run with auth explicitly