summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2019-10-22 17:42:46 +0000
committerevergreen <evergreen@mongodb.com>2019-10-22 17:42:46 +0000
commitefcd78019be5803b725fbe84c58d8dba3c860123 (patch)
treed6027b7dc9100f964e95f48fd7476cc9f7d31cee
parentc76b92dd517a2eb770e4014ca2503b511f3c3e5f (diff)
downloadmongo-efcd78019be5803b725fbe84c58d8dba3c860123.tar.gz
SERVER-44085 Add correct tags to client_metadata_slowlog_rs.js
-rw-r--r--jstests/noPassthrough/client_metadata_slowlog_rs.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/client_metadata_slowlog_rs.js b/jstests/noPassthrough/client_metadata_slowlog_rs.js
index c3a9eab39aa..0ae9b4bdd56 100644
--- a/jstests/noPassthrough/client_metadata_slowlog_rs.js
+++ b/jstests/noPassthrough/client_metadata_slowlog_rs.js
@@ -1,6 +1,7 @@
/**
* Test that verifies client metadata is logged as part of slow query logging in MongoD in a replica
* set.
+ * @tags: [requires_replication]
*/
(function() {
'use strict';