diff options
Diffstat (limited to 'jstests/core/updatei.js')
-rw-r--r-- | jstests/core/updatei.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/updatei.js b/jstests/core/updatei.js index 54979313195..dea5b13cd17 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] +// @tags: [assumes_unsharded_collection, requires_non_retryable_writes] // Test new (optional) update syntax // SERVER-4176 |