From 1a4363cb481ab62f5199eb6f2adf2ffbc04b542d Mon Sep 17 00:00:00 2001 From: Eric Milkie Date: Fri, 18 Jan 2013 16:28:28 -0500 Subject: SERVER-8222 remove connections_opened.js from small-oplog test --- buildscripts/smoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildscripts') 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 -- cgit v1.2.1