diff options
Diffstat (limited to 'jstests/core/update3.js')
-rw-r--r-- | jstests/core/update3.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/jstests/core/update3.js b/jstests/core/update3.js index 4974f8c022b..79562fe72d0 100644 --- a/jstests/core/update3.js +++ b/jstests/core/update3.js @@ -1,8 +1,3 @@ -// 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] - // Update with mods corner cases. f = db.jstests_update3; |