summaryrefslogtreecommitdiff
path: root/buildscripts/smoke.py
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2012-11-06 20:48:16 -0500
committerSpencer T Brody <spencer@10gen.com>2012-11-07 14:04:09 -0500
commit57f1be7c72d00eb78c3470f46bfcb9c0e7c0af20 (patch)
tree0df75b5c16bd6ed552210694c119f5ff78ae1021 /buildscripts/smoke.py
parent18d95ddbf29899a147750d571676a5b2e1bea493 (diff)
downloadmongo-57f1be7c72d00eb78c3470f46bfcb9c0e7c0af20.tar.gz
SERVER-4237 SERVER-6972 Skip gle_with_conf_servers when running tests with auth
Diffstat (limited to 'buildscripts/smoke.py')
-rwxr-xr-xbuildscripts/smoke.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index bdcf43d5bd0..28f2e1e41ba 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -347,6 +347,7 @@ def skipTest(path):
authTestsToSkip = [("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"),