summaryrefslogtreecommitdiff
path: root/jstests/core/updatei.js
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@mongodb.com>2021-04-07 14:53:12 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-08 15:50:30 +0000
commitaa31defcc4e9c0b1f3302e6796f95517bf1a7d91 (patch)
treebf45f0499310ae685467d3fc1199972dc7259011 /jstests/core/updatei.js
parent0fbb10db66a5ca4d5c7ce5f2a3fb752d0e533be2 (diff)
downloadmongo-aa31defcc4e9c0b1f3302e6796f95517bf1a7d91.tar.gz
SERVER-55770 Add geo_update_dedup.js to the list of multi-update tests not handled by tenant migration passthrough
Diffstat (limited to 'jstests/core/updatei.js')
-rw-r--r--jstests/core/updatei.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/updatei.js b/jstests/core/updatei.js
index dea5b13cd17..599c9538a80 100644
--- a/jstests/core/updatei.js
+++ b/jstests/core/updatei.js
@@ -1,7 +1,7 @@
// Cannot implicitly shard accessed collections because of following errmsg: A single
// update/delete on a sharded collection must contain an exact match on _id or contain the shard
// key.
-// @tags: [assumes_unsharded_collection, requires_non_retryable_writes]
+// @tags: [assumes_unsharded_collection, requires_multi_updates, requires_non_retryable_writes]
// Test new (optional) update syntax
// SERVER-4176