summaryrefslogtreecommitdiff
path: root/jstests/core/sort_with_meta_operator.js
diff options
context:
space:
mode:
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;