summaryrefslogtreecommitdiff
path: root/jstests/core/update_dbref.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/update_dbref.js')
-rw-r--r--jstests/core/update_dbref.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/core/update_dbref.js b/jstests/core/update_dbref.js
index 21042d44b83..f3e461c7379 100644
--- a/jstests/core/update_dbref.js
+++ b/jstests/core/update_dbref.js
@@ -1,7 +1,9 @@
// 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, requires_fcv_50]
+// @tags: [
+// assumes_unsharded_collection,
+// ]
// Test that we can update DBRefs, but not dbref fields outside a DBRef