summaryrefslogtreecommitdiff
path: root/jstests/sharding/safe_secondary_reads_drop_recreate.js
diff options
context:
space:
mode:
authorDan Pasette <dan@mongodb.com>2017-09-18 13:15:48 -0400
committerDan Pasette <dan@mongodb.com>2017-09-20 15:07:45 -0400
commitd5d61785d59f62e29ba01843f8c15cf08a5ca55a (patch)
tree72e5ce5ed4948b206ed7eab302e08873d5c64975 /jstests/sharding/safe_secondary_reads_drop_recreate.js
parent7a15db88968b9f6dd4418f4a89a2826c82b2ecac (diff)
downloadmongo-d5d61785d59f62e29ba01843f8c15cf08a5ca55a.tar.gz
SERVER-21677 Remove "diaglog" support from the server
Diffstat (limited to 'jstests/sharding/safe_secondary_reads_drop_recreate.js')
-rw-r--r--jstests/sharding/safe_secondary_reads_drop_recreate.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/sharding/safe_secondary_reads_drop_recreate.js b/jstests/sharding/safe_secondary_reads_drop_recreate.js
index 5b49fd1dc24..488906bef52 100644
--- a/jstests/sharding/safe_secondary_reads_drop_recreate.js
+++ b/jstests/sharding/safe_secondary_reads_drop_recreate.js
@@ -132,7 +132,6 @@
dbHash: {skip: "does not return user data"},
dbStats: {skip: "does not return user data"},
delete: {skip: "primary only"},
- diagLogging: {skip: "does not return user data"},
distinct: {
setUp: function(mongosConn) {
assert.writeOK(mongosConn.getCollection(nss).insert({x: 1}));