summaryrefslogtreecommitdiff
path: root/jstests/aggregation/bugs/reverseArray.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/bugs/reverseArray.js')
-rw-r--r--jstests/aggregation/bugs/reverseArray.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/aggregation/bugs/reverseArray.js b/jstests/aggregation/bugs/reverseArray.js
index 68065e39e68..cf80c040171 100644
--- a/jstests/aggregation/bugs/reverseArray.js
+++ b/jstests/aggregation/bugs/reverseArray.js
@@ -1,9 +1,6 @@
// SERVER-23029 added a new expression, $reverseArray, which consumes an array or a nullish value
// and produces either the reversed version of that array, or null. In this test file, we check the
// behavior and error cases.
-// @tags: [
-// sbe_incompatible,
-// ]
load("jstests/aggregation/extras/utils.js"); // For assertErrorCode.
(function() {