summaryrefslogtreecommitdiff
path: root/jstests/core
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2022-07-27 14:20:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-27 15:28:57 +0000
commit5e123f049f05e1fb20bdb475a6f6c032d6597d29 (patch)
tree7166bb1efbb8ecc51daa242de993f66b77cd9513 /jstests/core
parente7d7dfccd104640be5f181238ea53464c042220a (diff)
downloadmongo-5e123f049f05e1fb20bdb475a6f6c032d6597d29.tar.gz
SERVER-62496 remove FCV-gated capped collection restriction
Diffstat (limited to 'jstests/core')
-rw-r--r--jstests/core/capped_update.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/core/capped_update.js b/jstests/core/capped_update.js
index 5dd17f6402b..61e194c9534 100644
--- a/jstests/core/capped_update.js
+++ b/jstests/core/capped_update.js
@@ -4,7 +4,6 @@
* -- SERVER-11983: Don't create _id field on capped updates
* @tags: [
* requires_capped,
- * requires_fcv_53,
* uses_testing_only_commands,
* # godinsert and can't run under replication
* assumes_standalone_mongod,