summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Boros <ian.boros@10gen.com>2018-11-30 10:33:13 -0500
committerIan Boros <ian.boros@10gen.com>2018-11-30 10:33:17 -0500
commitf3acfdec219b7a9122b4954a269c89e3604416d2 (patch)
tree90ec87846898dff33ad2c89b2e7d00c2f525bcaf
parentd9ac7e9ea34bb070239385225a3d002f9924a301 (diff)
downloadmongo-f3acfdec219b7a9122b4954a269c89e3604416d2.tar.gz
SERVER-37838 add correct tags to test
-rw-r--r--jstests/noPassthrough/stepdown_during_getmore_then_legacy_killop.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/stepdown_during_getmore_then_legacy_killop.js b/jstests/noPassthrough/stepdown_during_getmore_then_legacy_killop.js
index 8382a615199..7211a5c2402 100644
--- a/jstests/noPassthrough/stepdown_during_getmore_then_legacy_killop.js
+++ b/jstests/noPassthrough/stepdown_during_getmore_then_legacy_killop.js
@@ -6,6 +6,7 @@
* - Kill the cursor using OP_KILL_CURSORS.
*
* This is intended to reproduce SERVER-37838.
+ * @tags: [requires_replication]
*/
(function() {
"use strict";