summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2014-11-21 16:35:21 -0500
committerRandolph Tan <randolph@10gen.com>2014-11-25 12:01:25 -0500
commit8deddb065c6124f31346d5f96efe8734da98d125 (patch)
tree7d505aa2f966722384197e60b2a3794ec526e5bd /buildscripts
parent4429df3a6c2e03f9b406fe27aa98caa660506d73 (diff)
downloadmongo-8deddb065c6124f31346d5f96efe8734da98d125.tar.gz
SERVER-15318 copydb should not use exhaust flag when used against mongos
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index d7319a78804..383c24356d9 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -468,6 +468,7 @@ def skipTest(path):
("sharding", "sync3.js"), # SERVER-6388 for this and those below
("sharding", "sync6.js"),
("sharding", "parallel.js"),
+ ("sharding", "copydb_from_mongos.js"), # SERVER-13080
("jstests", "bench_test1.js"),
("jstests", "bench_test2.js"),
("jstests", "bench_test3.js"),