summaryrefslogtreecommitdiff
path: root/jstests/core/find_and_modify_empty_update.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/find_and_modify_empty_update.js')
-rw-r--r--jstests/core/find_and_modify_empty_update.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/jstests/core/find_and_modify_empty_update.js b/jstests/core/find_and_modify_empty_update.js
index a9b8cb55b34..ccfb1a8201f 100644
--- a/jstests/core/find_and_modify_empty_update.js
+++ b/jstests/core/find_and_modify_empty_update.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]
-
// Test passing update:{} to findAndModify. SERVER-13883.
var coll = db.find_and_modify_empty_update;