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 12:06:19 +0000
commitf01a90660cb0a0a22d6b2166cd8b70d7990a6b12 (patch)
tree630ef56c6776ad59bffd35ee4e84f38fa60a1c20
parent7d4dbedf77ff71dacae416a34f8345edddf007ed (diff)
downloadmongo-f01a90660cb0a0a22d6b2166cd8b70d7990a6b12.tar.gz
SERVER-63986 Use requires_fcv_50 on update_with_dollar_fields.js
-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,
* ]
*/