summaryrefslogtreecommitdiff
path: root/jstests/core/update_currentdate_examples.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/update_currentdate_examples.js')
-rw-r--r--jstests/core/update_currentdate_examples.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/jstests/core/update_currentdate_examples.js b/jstests/core/update_currentdate_examples.js
index 62ee0220e7d..466ce96e5cc 100644
--- a/jstests/core/update_currentdate_examples.js
+++ b/jstests/core/update_currentdate_examples.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]
-
// Basic examples for $currentDate
var res;
var coll = db.update_currentdate;