summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2013-01-24 15:20:04 -0500
committerSpencer T Brody <spencer@10gen.com>2013-01-24 15:20:12 -0500
commit4621e405d98606b869421a4bdc7a8aed63b6616e (patch)
treea4ed226bdddde82a45bc9cbfbc4bb5d1e4bc63f7 /buildscripts
parent4622d34b15e3e941d9164d099dc320bfdb5cdb62 (diff)
downloadmongo-4621e405d98606b869421a4bdc7a8aed63b6616e.tar.gz
SERVER-4237 SERVER-6972 Skip jstests/sharding/read_pref_cmd.js when run with auth
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index 91d22d8f85e..1e336be2507 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -372,9 +372,10 @@ def skipTest(path):
if parentDir == "disk": # SERVER-7356
return True
- authTestsToSkip = [("sharding", "read_pref_rs_client.js"), # SERVER-6972
+ authTestsToSkip = [("sharding", "gle_with_conf_servers.js"), # SERVER-6972
+ ("sharding", "read_pref_cmd.js"), # SERVER-6972
+ ("sharding", "read_pref_rs_client.js"), # SERVER-6972
("sharding", "sync_conn_cmd.js"), #SERVER-6327
- ("sharding", "gle_with_conf_servers.js"), # SERVER-6972
("sharding", "sync3.js"), # SERVER-6388 for this and those below
("sharding", "sync6.js"),
("sharding", "parallel.js"),