summaryrefslogtreecommitdiff
path: root/jstests/core/geo_update_dedup.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/geo_update_dedup.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/geo_update_dedup.js')
-rw-r--r--jstests/core/geo_update_dedup.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/geo_update_dedup.js b/jstests/core/geo_update_dedup.js
index 3191fa0df33..10c2ca0dfc7 100644
--- a/jstests/core/geo_update_dedup.js
+++ b/jstests/core/geo_update_dedup.js
@@ -1,6 +1,7 @@
// Cannot implicitly shard accessed collections because single updates are not targeted.
// @tags: [
// assumes_unsharded_collection,
+// requires_multi_updates,
// requires_non_retryable_writes,
// ]