summaryrefslogtreecommitdiff
path: root/jstests/core/updatei.js
diff options
context:
space:
mode:
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