diff options
author | Spencer T Brody <spencer@mongodb.com> | 2014-03-13 17:24:16 -0400 |
---|---|---|
committer | Spencer T Brody <spencer@mongodb.com> | 2014-03-13 17:24:16 -0400 |
commit | 31332f83af8f33d21f34b0972ca0438e5a4db94c (patch) | |
tree | acf13d7ab4e416b7c87b4530c4104e0f4d6d2c40 /buildscripts | |
parent | 3bcbb33bc5f909b59635c5805373885933c8b78c (diff) | |
download | mongo-31332f83af8f33d21f34b0972ca0438e5a4db94c.tar.gz |
SERVER-10640 re-enable trace_missing_docs_tests.js in auth passthrough
Diffstat (limited to 'buildscripts')
-rwxr-xr-x | buildscripts/smoke.py | 1 |
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"), |