From 57f1be7c72d00eb78c3470f46bfcb9c0e7c0af20 Mon Sep 17 00:00:00 2001 From: Spencer T Brody Date: Tue, 6 Nov 2012 20:48:16 -0500 Subject: SERVER-4237 SERVER-6972 Skip gle_with_conf_servers when running tests with auth --- buildscripts/smoke.py | 1 + 1 file changed, 1 insertion(+) (limited to 'buildscripts/smoke.py') 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"), -- cgit v1.2.1