summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2014-03-13 17:24:16 -0400
committerSpencer T Brody <spencer@mongodb.com>2014-03-13 17:24:16 -0400
commit31332f83af8f33d21f34b0972ca0438e5a4db94c (patch)
treeacf13d7ab4e416b7c87b4530c4104e0f4d6d2c40 /buildscripts
parent3bcbb33bc5f909b59635c5805373885933c8b78c (diff)
downloadmongo-31332f83af8f33d21f34b0972ca0438e5a4db94c.tar.gz
SERVER-10640 re-enable trace_missing_docs_tests.js in auth passthrough
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/smoke.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py
index 30ac3aa4004..d8a4ec39006 100755
--- a/buildscripts/smoke.py
+++ b/buildscripts/smoke.py
@@ -426,7 +426,6 @@ def skipTest(path):
authTestsToSkip = [("jstests", "drop2.js"), # SERVER-8589,
("jstests", "killop.js"), # SERVER-10128
- ("sharding", "trace_missing_docs_test.js"), # SERVER-10640
("sharding", "sync3.js"), # SERVER-6388 for this and those below
("sharding", "sync6.js"),
("sharding", "parallel.js"),