summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/sharding_migrate_large_docs.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/sharding_migrate_large_docs.js')
-rw-r--r--jstests/noPassthroughWithMongod/sharding_migrate_large_docs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/sharding_migrate_large_docs.js b/jstests/noPassthroughWithMongod/sharding_migrate_large_docs.js
index 46838744251..38542deed0a 100644
--- a/jstests/noPassthroughWithMongod/sharding_migrate_large_docs.js
+++ b/jstests/noPassthroughWithMongod/sharding_migrate_large_docs.js
@@ -3,7 +3,7 @@
// @tags: [requires_sharding]
//
-// TODO: SERVER-33444 remove shardAsReplicaSet: false
+// TODO: SERVER-33601 remove shardAsReplicaSet: false
var st = new ShardingTest({shards: 2, mongos: 1, other: {shardAsReplicaSet: false}});
var mongos = st.s0;