summaryrefslogtreecommitdiff
path: root/jstests/core/apply_ops_dups.js
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2018-04-11 14:09:01 -0400
committerHenrik Edin <henrik.edin@mongodb.com>2018-04-18 09:14:20 -0400
commit1a4017efa471bd9f242daf436d3560fb83bacc27 (patch)
tree7834792811ea63b4705b54ba5a57a6ca8ecb6c40 /jstests/core/apply_ops_dups.js
parent46e2583c36856e0d377fcb35f2208a0ac516f031 (diff)
downloadmongo-1a4017efa471bd9f242daf436d3560fb83bacc27.tar.gz
SERVER-29725 Tag jstests in core so we can run the suite on mongoe.
Diffstat (limited to 'jstests/core/apply_ops_dups.js')
-rw-r--r--jstests/core/apply_ops_dups.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/jstests/core/apply_ops_dups.js b/jstests/core/apply_ops_dups.js
index 292c9ecb648..e18cd01d3f6 100644
--- a/jstests/core/apply_ops_dups.js
+++ b/jstests/core/apply_ops_dups.js
@@ -1,4 +1,10 @@
-// @tags: [requires_non_retryable_commands, requires_fastcount]
+// @tags: [
+// requires_non_retryable_commands,
+// requires_fastcount,
+//
+// # applyOps uses the oplog that require replication support
+// requires_replication,
+// ]
(function() {
"use strict";