summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/sort/sort_with_metadata.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/sources/sort/sort_with_metadata.js')
-rw-r--r--jstests/aggregation/sources/sort/sort_with_metadata.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/aggregation/sources/sort/sort_with_metadata.js b/jstests/aggregation/sources/sort/sort_with_metadata.js
index 155426c912d..1bb9a6779fd 100644
--- a/jstests/aggregation/sources/sort/sort_with_metadata.js
+++ b/jstests/aggregation/sources/sort/sort_with_metadata.js
@@ -1,7 +1,4 @@
// Test that the $sort stage properly errors on invalid $meta.
-// @tags: [
-// sbe_incompatible,
-// ]
(function() {
"use strict";
@@ -47,4 +44,4 @@ assert.sameMembers(results,
{$sort: {textScore: {$meta: 'randVal'}}}
])
.toArray());
-})(); \ No newline at end of file
+})();