summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Liu <rui.liu@mongodb.com>2022-02-25 11:19:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-25 14:35:39 +0000
commit455957ee90136e70ec93df6bdf26b118cc42b5b2 (patch)
treea2af4cf8dd8b09044f3cacf0c5b1b9f11e1417d3
parentbadf7838879dc5e083ee8d5f551b707d7defb3ce (diff)
downloadmongo-455957ee90136e70ec93df6bdf26b118cc42b5b2.tar.gz
SERVER-63986 Use requires_fcv_50 on update_with_dollar_fields.js
(cherry picked from commit f01a90660cb0a0a22d6b2166cd8b70d7990a6b12)
-rw-r--r--jstests/replsets/update_with_dollar_fields.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/update_with_dollar_fields.js b/jstests/replsets/update_with_dollar_fields.js
index 9ecb8a4399c..77272c5bdd9 100644
--- a/jstests/replsets/update_with_dollar_fields.js
+++ b/jstests/replsets/update_with_dollar_fields.js
@@ -1,7 +1,7 @@
/**
* Tests that replacement style update with $v field in the document is correctly applied.
* @tags: [
- * requires_fcv_60,
+ * requires_fcv_50,
* ]
*/