summaryrefslogtreecommitdiff
path: root/jstests/core/sort_with_meta_operator.js
diff options
context:
space:
mode:
authorAli Mir <ali.mir@mongodb.com>2020-04-23 16:15:22 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-29 17:32:39 +0000
commit98427b7a2228f6a8d54475adc9df3991c1c60314 (patch)
treeae15e1baebd19e41652b5c46bc8fa6ad61606b43 /jstests/core/sort_with_meta_operator.js
parent18edfccc4083d80b8a289f2fec161c18b94be350 (diff)
downloadmongo-98427b7a2228f6a8d54475adc9df3991c1c60314.tar.gz
SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests
Diffstat (limited to 'jstests/core/sort_with_meta_operator.js')
-rw-r--r--jstests/core/sort_with_meta_operator.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/core/sort_with_meta_operator.js b/jstests/core/sort_with_meta_operator.js
index 195064dcb07..4208db3e212 100644
--- a/jstests/core/sort_with_meta_operator.js
+++ b/jstests/core/sort_with_meta_operator.js
@@ -1,7 +1,4 @@
// Tests to validate the input for sort on '$meta' operator.
-//
-// Require all nodes to be 4.4, since validation around $meta was relaxed in 4.4.
-// @tags: [requires_fcv_44]
(function() {
"use strict";
const coll = db.sort_with_meta_operator;