summaryrefslogtreecommitdiff
path: root/buildscripts/smoke.py
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2014-05-14 14:11:41 -0400
committerRandolph Tan <randolph@10gen.com>2014-05-15 14:04:11 -0400
commitf2386b7f2941645d4d2a8538823961630bc8f15d (patch)
treed4e94dedc800f80b95a93ec6dff8c9ae0fd093ac /buildscripts/smoke.py
parent0dabee8227d445a18fa5e8e49b2be60ba2a0beef (diff)
downloadmongo-f2386b7f2941645d4d2a8538823961630bc8f15d.tar.gz
fix
Diffstat (limited to 'buildscripts/smoke.py')
-rwxr-xr-xbuildscripts/smoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index bc1aa3b1387..de08f79e017 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -406,7 +406,7 @@ def skipTest(path):
parentDir = os.path.basename(parentPath)
if small_oplog: # For tests running in parallel
if basename in ["cursor8.js", "indexh.js", "dropdb.js", "dropdb_race.js",
- "connections_opened.js", "opcounters.js", "dbadmin.js"]:
+ "connections_opened.js", "opcounters_write_cmd.js", "dbadmin.js"]:
return True
if use_ssl:
# Skip tests using mongobridge since it does not support SSL