summaryrefslogtreecommitdiff
path: root/jstests/core/mod_special_values.js
diff options
context:
space:
mode:
authorDan Larkin-York <dan.larkin-york@mongodb.com>2021-07-29 14:28:50 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-29 14:48:20 +0000
commit317a8f6975ae8672b36810819426a63f8a448c7c (patch)
treedd73898980246b14eda9a86b3a9d17ff34a01d78 /jstests/core/mod_special_values.js
parentc4b341600419c18c6bb79a7979a80a8fd6bd8bcb (diff)
downloadmongo-317a8f6975ae8672b36810819426a63f8a448c7c.tar.gz
SERVER-58889 Fix FCV/multi-version issues in some tests
Diffstat (limited to 'jstests/core/mod_special_values.js')
-rw-r--r--jstests/core/mod_special_values.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/core/mod_special_values.js b/jstests/core/mod_special_values.js
index 84c7605ae50..7b39bcc9a4a 100644
--- a/jstests/core/mod_special_values.js
+++ b/jstests/core/mod_special_values.js
@@ -2,7 +2,7 @@
* Tests $mod match expression with NaN, Infinity and large value inputs.
* @tags: [
* # This test exercises a changed behavior, thus prevent it running in multi-version variants.
- * requires_fcv_50
+ * requires_fcv_51,
* ]
*/
(function() {
@@ -101,4 +101,4 @@ testCases.push({
testCases.forEach((testCase, testCaseIdx) =>
executeTestCase(testDB.getCollection("coll" + testCaseIdx), testCase));
-})(); \ No newline at end of file
+})();