diff options
Diffstat (limited to 'jstests/core/remove_justone.js')
-rw-r--r-- | jstests/core/remove_justone.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/remove_justone.js b/jstests/core/remove_justone.js index a8b6ba318ee..6dbe2bdac48 100644 --- a/jstests/core/remove_justone.js +++ b/jstests/core/remove_justone.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] t = db.remove_justone; t.drop(); |