summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2019-01-24 13:30:50 -0500
committerBenety Goh <benety@mongodb.com>2019-01-24 13:31:17 -0500
commita8b513ff6e2e3db87179fcb2f99499f19d47e8dc (patch)
treed224caf94a195f535db9124f95442ade881b495d
parenta399c67f9656b0b03fb630e6f3c3605b5997ea6a (diff)
downloadmongo-a8b513ff6e2e3db87179fcb2f99499f19d47e8dc.tar.gz
SERVER-35132 add requires_replication tag
-rw-r--r--jstests/noPassthrough/max_time_ms_repl_targeting.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/max_time_ms_repl_targeting.js b/jstests/noPassthrough/max_time_ms_repl_targeting.js
index c50c33717d3..45bcae5ee29 100644
--- a/jstests/noPassthrough/max_time_ms_repl_targeting.js
+++ b/jstests/noPassthrough/max_time_ms_repl_targeting.js
@@ -1,4 +1,5 @@
// SERVER-35132 Test that we still honor maxTimeMs during replica set targeting.
+// @tags: [requires_replication]
(function() {
'use strict';
var st = new ShardingTest({mongos: 1, shards: 1, rs: {nodes: 2}});