diff options
Diffstat (limited to 'jstests/core/pullall.js')
-rw-r--r-- | jstests/core/pullall.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/jstests/core/pullall.js b/jstests/core/pullall.js index 2cd0872b079..2925a45623f 100644 --- a/jstests/core/pullall.js +++ b/jstests/core/pullall.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] - t = db.jstests_pullall; t.drop(); |