diff options
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 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 |