summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorYunhe (John) Wang <yunhe.wang@mongodb.com>2015-09-14 15:30:18 -0400
committerYunhe (John) Wang <yunhe.wang@mongodb.com>2015-09-16 11:31:55 -0400
commitfa12f702ead7919669e21ff9f532c49a8fec27ef (patch)
treec6d47140763f4514f45a227d144529c44b628542 /buildscripts
parent33e1ddbb9f69d2a2551246caf38448181e1c6b1f (diff)
downloadmongo-fa12f702ead7919669e21ff9f532c49a8fec27ef.tar.gz
SERVER-11735 Changed dbcase tests to detect write error instead of explicit error code
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
index 02cfd596bd2..77337ca43ef 100644
--- a/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
@@ -40,8 +40,6 @@ selector:
- jstests/core/storageDetailsCommand.js
- jstests/core/stages*.js
- jstests/core/top.js
- - jstests/core/dbcase.js # SERVER-11735
- - jstests/core/dbcase2.js # SERVER-11735
# TODO: SERVER-17284 remove once find cmd is implemented in mongos
- jstests/core/read_after_optime.js
# TODO: SERVER-18292 remove once OP_COMMAND is implemented in mongos